Habari\Cache::_get PHP Method

_get() abstract protected method

A cache instance implements this to return the named value from the cache.
abstract protected _get ( string $name, $group ) : mixed
$name string The name of the cached item
return mixed The item value or null if it doesn't exist in cache
    protected abstract function _get($name, $group);