Habari\Cache::_extend PHP 메소드

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

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);