CacheEngine::addValue PHP Method

addValue() abstract public method

Returns false if the key already existed and does not overwrite the existing key.
abstract public addValue ( $p_key, $p_value, $p_ttl ) : boolean
$p_key
$p_value
return boolean
    public abstract function addValue($p_key, $p_value, $p_ttl = 0);