Habari\DisabledCache::_has_group PHP Method

_has_group() protected method

Is group named $group in the cache?
protected _has_group ( $group ) : boolean
return boolean true if group is cached, false if not
    protected function _has_group($group)
    {
        return null;
    }