Habari\Cache::_set PHP Method

_set() abstract protected method

A cache instance implements this to set the named value in the cache with an expiration.
abstract protected _set ( string $name, mixed $value, integer $expiry, $group, $keep )
$name string The name of the cached item
$value mixed The value to store
$expiry integer Number of second after the call that the cache will expire
    protected abstract function _set($name, $value, $expiry, $group, $keep);