Habari\Cache::_get_group PHP Method

_get_group() abstract protected method

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