protected function ApcCacheTest::_getCacheDriver in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php \Doctrine\Tests\Common\Cache\ApcCacheTest::_getCacheDriver()
Return value
\Doctrine\Common\Cache\CacheProvider
Overrides CacheTest::_getCacheDriver
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ApcCacheTest.php, line 16
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
return new ApcCache();
}