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

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

Returns the named values from a group of cache.
protected _get_group ( $group ) : array
Результат array The cache records of the group
    protected function _get_group($group)
    {
        return null;
    }