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

doContains() protected method

protected doContains ( string $id ) : boolean
$id string
return boolean
    protected function doContains($id)
    {
        $this->getHandler()->get($id);
        return $this->getHandler()->getResultCode() !== \Memcached::RES_NOTFOUND;
    }