protected function WincacheCacheTest::_getCacheDriver in Plug 7
Return value
\Doctrine\Common\Cache\CacheProvider
Overrides CacheTest::_getCacheDriver
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ WinCacheCacheTest.php, line 16  
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
  return new WincacheCache();
}