Jarves\Cache\Backend\AbstractCache::doSet PHP Method

doSet() abstract protected method

Sets data for a key with a timeout.
abstract protected doSet ( string $pKey, mixed $pValue, integer $pTimeout = null ) : boolean
$pKey string
$pValue mixed
$pTimeout integer
return boolean
    protected abstract function doSet($pKey, $pValue, $pTimeout = null);