Habari\Cache::_expired PHP Метод

_expired() абстрактный защищенный Метод

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