public function RedisCache::getRedis in Plug 7
Gets the redis instance used by the cache.
Return value
Redis|null
File
- lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ RedisCache.php, line 56
Class
- RedisCache
- Redis cache provider.
Namespace
Doctrine\Common\CacheCode
public function getRedis() {
return $this->redis;
}