Prado\Caching\TCache::setValue PHP Method

setValue() abstract protected method

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