1
0
mirror of synced 2024-12-12 22:36:02 +03:00
doctrine2/lib/Doctrine/ORM/Cache
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
..
Logging Fix persister query cache invalidation 2013-12-16 11:05:04 -05:00
Persister Can cache empty collections 2014-02-11 14:59:31 +01:00
Region CS/Typo Fixes 2013-12-16 15:55:54 -05:00
AssociationCacheEntry.php Fix lazy association load 2014-01-28 12:26:10 -05:00
CacheConfiguration.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
CacheEntry.php Fix CS and update docs 2013-12-16 11:05:04 -05:00
CacheException.php Second level cache 2013-12-16 11:05:04 -05:00
CacheFactory.php Fix CS and update docs 2013-12-16 11:05:04 -05:00
CacheKey.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
CollectionCacheEntry.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
CollectionCacheKey.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
CollectionHydrator.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
ConcurrentRegion.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
DefaultCache.php Fix docs 2013-12-16 11:05:05 -05:00
DefaultCacheFactory.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
DefaultCollectionHydrator.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
DefaultEntityHydrator.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
DefaultQueryCache.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
EntityCacheEntry.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
EntityCacheKey.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
EntityHydrator.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Lock.php Second level cache 2013-12-16 11:05:04 -05:00
LockException.php Second level cache 2013-12-16 11:05:04 -05:00
QueryCache.php CS/Typo Fixes 2013-12-16 15:55:54 -05:00
QueryCacheEntry.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
QueryCacheKey.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
QueryCacheValidator.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Region.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
RegionsConfiguration.php Fix docs 2013-12-16 11:05:05 -05:00
TimestampCacheEntry.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
TimestampCacheKey.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
TimestampQueryCacheValidator.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
TimestampRegion.php Fix docs 2013-12-16 11:05:05 -05:00