Habari\Cache::_has_group PHP Method

_has_group() abstract protected method

A cache instance implements this function to return whether a group exists.
abstract protected _has_group ( $group ) : boolean
return boolean true if the group is cached, false if not
    protected abstract function _has_group($group);