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

doDelete() protected method

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