Phalcon\Annotations\Adapter\Redis::getCacheBackend PHP Method

getCacheBackend() protected method

protected getCacheBackend ( ) : Phalcon\Cache\Backend\Redis
return Phalcon\Cache\Backend\Redis
    protected function getCacheBackend()
    {
        return $this->redis;
    }