Return value
\Doctrine\Common\Cache\CacheProvider
Overrides CacheTest::_getCacheDriver
File
- drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php, line 16
Class
- WincacheCacheTest
Namespace
Doctrine\Tests\Common\Cache
Code
protected function _getCacheDriver() {
return new WincacheCache();
}