Habari\Cache::_expire PHP 메소드

_expire() 추상적인 보호된 메소드

A cache instance implements this to expire the named value from the cache.
abstract protected _expire ( string $name, $group )
$name string The name of the cached item
    protected abstract function _expire($name, $group);