protected function RiakCacheTest::_getCacheDriver in Plug 7
Retrieve RiakCache instance.
Return value
\Doctrine\Common\Cache\RiakCache
Overrides CacheTest::_getCacheDriver
1 call to RiakCacheTest::_getCacheDriver()
- RiakCacheTest::testGetStats in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ RiakCacheTest.php  - @group DCOM-43
 
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ RiakCacheTest.php, line 60  
Class
- RiakCacheTest
 - RiakCache test
 
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
  return new RiakCache($this->bucket);
}