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

doDelete() abstract protected method

Must be implemented in particular cache driver implementation Actual work for \Bluz\Cache\CacheInterface::delete() goes here
See also: CacheInterface::delete()
abstract protected doDelete ( string $id ) : mixed
$id string
return mixed
    protected abstract function doDelete($id);