1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
doctrine2/lib/Doctrine/ORM/Cache
2016-12-05 14:36:33 -03:00
..
Logging Fix persister query cache invalidation 2013-12-16 11:05:04 -05:00
Persister Fixed support for inverse side second level cache 2016-12-05 14:36:33 -03:00
Region [DCOM-293] Fix security misconfiguration vulnerability allowing local remote arbitrary code execution. 2015-08-31 14:58:12 +02:00
AssociationCacheEntry.php Fix lazy association load 2014-01-28 12:26:10 -05:00
CacheConfiguration.php Evict query cache when entities are updated 2016-09-08 13:56:46 +02: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 Classify persisters into more granular namespaces. 2015-01-16 00:10:25 +01:00
CacheKey.php CS/Doc Fixes 2013-12-16 11:05:05 -05:00
CollectionCacheEntry.php #954 DDC-2982 - Making cache Region always a MultiGetRegion (no need to segregate the interface here) 2015-01-17 23:10:49 +01: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 Stumbled across a bug where signatures didn't match, but also the current persister-type didn't support getCacheRegion(). Unsure of exact mechanism, but clearly the constructor doesn't take the second argument anyway, may be old code. 2015-07-15 20:43:51 +01:00
DefaultCollectionHydrator.php Resolve association entries on multi get cache 2015-02-16 00:53:48 +00:00
DefaultEntityHydrator.php Second level cache stores identifier with correct type even if findById is called with wrong identifier type 2016-01-05 22:13:03 +01:00
DefaultQueryCache.php #1001 DDC-3005 - coverage annotations, minor CS fixes 2015-01-12 23:50:16 +01:00
EntityCacheEntry.php [SLC] resolve association cache entry 2014-03-06 20:44:59 -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
MultiGetRegion.php Merge pull request #1382 from holtkamp/patch-second-level-cache-association-hydration 2015-04-14 11:57:54 -04:00
QueryCache.php CS/Typo Fixes 2013-12-16 15:55:54 -05:00
QueryCacheEntry.php Use microtime to have more precision on cache time 2016-09-08 13:54:03 +02:00
QueryCacheKey.php Add timestamp key to QueryCacheKey 2016-09-08 13:54:47 +02:00
QueryCacheValidator.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
Region.php #954 DDC-2982 - Making cache Region always a MultiGetRegion (no need to segregate the interface here) 2015-01-17 23:10:49 +01: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 Evict query cache when entities are updated 2016-09-08 13:56:46 +02:00
TimestampRegion.php Fix docs 2013-12-16 11:05:05 -05:00