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

_has() защищенный Метод

Is record with $name in the cache?
protected _has ( string $name, $group ) : boolean
$name string name of the cached item
Результат boolean true if item is cached, false if not
    protected function _has($name, $group)
    {
        return false;
    }