Habari\DisabledCache::_get_group PHP Method

_get_group() protected method

Returns the named values from a group of cache.
protected _get_group ( $group ) : array
return array The cache records of the group
    protected function _get_group($group)
    {
        return null;
    }