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

doDelete() protected method

protected doDelete ( string $id ) : boolean | string[]
$id string
return boolean | string[]
    protected function doDelete($id)
    {
        return apc_delete($id);
    }