Habari\Cache::_get_group PHP 메소드

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

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