1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
doctrine2/lib/Doctrine/ORM/Cache
Luís Cobucci 5a562b3571
Appends cache namespace when it exists (for L2C regions)
We're overriding the namespace without even checking if it was previously
set, what causes problems when people uses that feature 😉
2017-01-11 11:01:39 +01:00
..
Logging Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
Persister Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
Region Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
AssociationCacheEntry.php Fixed many small phpcs issues 2015-12-11 20:30:41 +01:00
CacheConfiguration.php Evict query cache when entities are updated 2016-09-08 13:50:06 +02:00
CacheEntry.php Fix CS and update docs 2013-12-16 11:05:04 -05:00
CacheException.php Fixed many small phpcs issues 2015-12-11 20:30:41 +01: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 Fixed many small phpcs issues 2015-12-11 20:30:41 +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 Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
DefaultCacheFactory.php Appends cache namespace when it exists (for L2C regions) 2017-01-11 11:01:39 +01:00
DefaultCollectionHydrator.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
DefaultEntityHydrator.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
DefaultQueryCache.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
EntityCacheEntry.php Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07: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 Static Code Analysis with Php Inspections (EA Extended) 2016-11-06 14:22:47 +01:00
LockException.php Second level cache 2013-12-16 11:05:04 -05:00
MultiGetRegion.php Fixed some typo's 2015-04-14 09:43:22 +02:00
QueryCache.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
QueryCacheEntry.php Use microtime to have more precision on cache time 2016-09-08 13:50:06 +02:00
QueryCacheKey.php Add timestamp key to QueryCacheKey 2016-09-08 13:50:06 +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 Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
TimestampCacheEntry.php Fixed many small phpcs issues 2015-12-11 20:30:41 +01: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:50:06 +02:00
TimestampRegion.php Fix docs 2013-12-16 11:05:05 -05:00