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

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

A cache instance implements this to return the group from the cache.
abstract protected _get_group ( $group ) : mixed
Результат mixed The item value or null if it doesn't exist in cache
    protected abstract function _get_group($group);