Jarves\Cache\Backend\AbstractCache::doSet PHP Méthode

doSet() abstract protected méthode

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
Résultat boolean
    protected abstract function doSet($pKey, $pValue, $pTimeout = null);