Horde_Cache_Storage_Base::expire PHP Méthode

expire() abstract public méthode

Expire any existing data for the given key.
abstract public expire ( string $key ) : boolean
$key string Cache key to expire.
Résultat boolean Success or failure.
    public abstract function expire($key);