abstract protected function CacheTest::_getCacheDriver in Plug 7
Return value
\Doctrine\Common\Cache\CacheProvider
11 calls to CacheTest::_getCacheDriver()
- CacheTest::testBasicCrudOperations in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - @dataProvider provideCrudValues
- CacheTest::testDeleteAll in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testDeleteAllAndNamespaceVersioningBetweenCaches in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testDeleteAllNamespace in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testFalseCastedValues in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - Check to see that, even if the user saves a value that can be interpreted as false, the cache adapter will still recognize its existence there.
16 methods override CacheTest::_getCacheDriver()
- ApcCacheTest::_getCacheDriver in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ApcCacheTest.php - ArrayCacheTest::_getCacheDriver in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ArrayCacheTest.php - ChainCacheTest::_getCacheDriver in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ChainCacheTest.php - CouchbaseCacheTest::_getCacheDriver in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CouchbaseCacheTest.php - FilesystemCacheTest::_getCacheDriver in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ FilesystemCacheTest.php
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php, line 324
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected abstract function _getCacheDriver();