Bluz\Cache\Adapter\Memcached::doContains PHP Метод

doContains() защищенный Метод

protected doContains ( string $id ) : boolean
$id string
Результат boolean
    protected function doContains($id)
    {
        $this->getHandler()->get($id);
        return $this->getHandler()->getResultCode() !== \Memcached::RES_NOTFOUND;
    }