• hobodave's avatar
    [2.0][DC-460] Refactored cache bulk deletion methods to use driver specific... · 1ad982a4
    hobodave authored
    [2.0][DC-460] Refactored cache bulk deletion methods to use driver specific features to retrieve list of keys. Also, refactored tests
    so that all methods are tested for all drivers.
    
    Removed:
    
    - Doctrine\Common\Cache\AbstractCache::count()
    - Doctrine\Common\Cache\AbstractCache::deleteAll()
    
    API Changes:
    
    - Doctrine\ORM\AbstractQuery::getResultCacheId() now public
    
    Bugs fixed:
    
    - Doctrine\Common\Cache\AbstractCache::deleteByPrefix() was deleting _every_ key in cache
    
    
    1ad982a4
Name
Last commit
Last update
..
Associations Loading commit data...
Criteria Loading commit data...
Entity Loading commit data...
Functional Loading commit data...
Hydration Loading commit data...
Id Loading commit data...
Mapping Loading commit data...
Performance Loading commit data...
Proxy Loading commit data...
Query Loading commit data...
Tools Loading commit data...
AllTests.php Loading commit data...
CommitOrderCalculatorTest.php Loading commit data...
EntityManagerTest.php Loading commit data...
PersistentCollectionTest.php Loading commit data...
QueryBuilderTest.php Loading commit data...
UnitOfWorkTest.php Loading commit data...