Habari\DisabledCache::_has PHP Method

_has() protected method

Is record with $name in the cache?
protected _has ( string $name, $group ) : boolean
$name string name of the cached item
return boolean true if item is cached, false if not
    protected function _has($name, $group)
    {
        return false;
    }