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

doContains() protected method

protected doContains ( string $id ) : boolean
$id string
return boolean
    protected function doContains($id)
    {
        return $this->getHandler()->exists($id);
    }