Prado\Caching\TCache::addValue PHP Méthode

addValue() abstract protected méthode

This method should be implemented by child classes to store the data in specific cache storage. The uniqueness and dependency are handled in {@link add()} already. So only the implementation of data storage is needed.
abstract protected addValue ( $key, $value, $expire ) : boolean
Résultat boolean true if the value is successfully stored into cache, false otherwise
    protected abstract function addValue($key, $value, $expire);