Habari\Cache::_extend PHP Method

_extend() abstract protected method

A cache instance implements this to extend the expiration of the named cached value.
abstract protected _extend ( string $name, integer $expiry, $group )
$name string The name of the cached item
$expiry integer The duration in seconds to extend the cache expiration by
    protected abstract function _extend($name, $expiry, $group);