Bluz\Cache\Adapter\Redis::doGet PHP Method

doGet() protected method

protected doGet ( string $id ) : boolean | mixed | string
$id string
return boolean | mixed | string
    protected function doGet($id)
    {
        return $this->getHandler()->get($id);
    }