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

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

A cache instance implements this function to return whether a named cache exists.
abstract protected _has ( string $name, $group ) : boolean
$name string The name of the cached item
Результат boolean true if the item is cached, false if not
    protected abstract function _has($name, $group);