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

doDelete() protected method

protected doDelete ( string $id ) : boolean | mixed
$id string
return boolean | mixed
    protected function doDelete($id)
    {
        return @unlink($this->getFilename($id));
    }