1
0
mirror of synced 2025-01-06 00:57:10 +03:00
doctrine2/lib/Doctrine/ORM/Cache/Persister
Asmir Mustafic 1c94c16234 Can cache empty collections
I should be able to cache an "empty" collection.

I have a some objects, where 90% of these have on-to-many relations with zero associated elements.
This causes doctrine to run a query each time, instead of cache it as empty relation.
2014-02-11 14:59:31 +01:00
..
AbstractCollectionPersister.php CS/Typo Fixes 2013-12-16 15:55:54 -05:00
AbstractEntityPersister.php Can cache empty collections 2014-02-11 14:59:31 +01:00
CachedCollectionPersister.php Second level cache 2013-12-16 11:05:04 -05:00
CachedEntityPersister.php Second level cache 2013-12-16 11:05:04 -05:00
CachedPersister.php Second level cache 2013-12-16 11:05:04 -05:00
NonStrictReadWriteCachedCollectionPersister.php CS/Typo Fixes 2013-12-16 15:55:54 -05:00
NonStrictReadWriteCachedEntityPersister.php Fix CS and update docs 2013-12-16 11:05:04 -05:00
ReadOnlyCachedCollectionPersister.php Second level cache 2013-12-16 11:05:04 -05:00
ReadOnlyCachedEntityPersister.php Second level cache 2013-12-16 11:05:04 -05:00
ReadWriteCachedCollectionPersister.php CS/Typo Fixes 2013-12-16 15:55:54 -05:00
ReadWriteCachedEntityPersister.php Fix CS and update docs 2013-12-16 11:05:04 -05:00