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

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

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