Prado\Caching\ICache::add PHP Méthode

add() public méthode

Nothing will be done if the cache already contains the key.
public add ( $id, $value, $expire, $dependency = null ) : boolean
Résultat boolean true if the value is successfully stored into cache, false otherwise
    public function add($id, $value, $expire = 0, $dependency = null);