Habari\Cache::_has PHP Method

_has() abstract protected method

A cache instance implements this function to return whether a named cache exists.
abstract protected _has ( string $name, $group ) : boolean
$name string The name of the cached item
return boolean true if the item is cached, false if not
    protected abstract function _has($name, $group);