Prado\Caching\TCache::offsetUnset PHP Méthode

offsetUnset() public méthode

Deletes the value with the specified key from cache This method is required by the interface \ArrayAccess.
public offsetUnset ( $id ) : boolean
Résultat boolean if no error happens during deletion
    public function offsetUnset($id)
    {
        $this->delete($id);
    }