1
0
Fork 0
mirror of synced 2025-03-29 19:29:53 +03:00
doctrine2/lib/Doctrine/ORM/Cache
Marco Pivetta 07b397f341
#6284 fixing actual issue, which comes from an extremely tricky L2 caching issue.
We are not hydrating some of the cached association data into entities due to keys missing in the cache association definition.
Since this is an extreme edge case that is just a mismatch between db and cache, a detailed explanation was provided in the fix snippet as well
2017-08-23 00:19:49 +02:00
..
Logging Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
Persister Push PHPStan to level 1 2017-06-30 00:27:50 +02:00
Region minor code work: 2017-06-08 22:04:07 +02: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 Merge pull request #6441 from sensorario/remove-loosely-comparison 2017-08-18 04:38:20 +02:00
DefaultCollectionHydrator.php Make sure we're using the rootEntityName on all places 2017-01-19 17:24:47 +01:00
DefaultEntityHydrator.php Make sure we're using the rootEntityName on all places 2017-01-19 17:24:47 +01:00
DefaultQueryCache.php #6284 fixing actual issue, which comes from an extremely tricky L2 caching issue. 2017-08-23 00:19:49 +02: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