Habari\DisabledCache::_expire PHP Method

_expire() protected method

Expires the named value from the cache.
protected _expire ( string $name, $group, string $match_mode = 'strict' )
$name string The name of the cached item
$match_mode string (optional) how to match bucket names ('strict', 'regex', 'glob') (default 'strict')
    protected function _expire($name, $group, $match_mode = 'strict')
    {
        return null;
    }