Habari\Cache::_has_group PHP 메소드

_has_group() 추상적인 보호된 메소드

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