Prado\Caching\TCache::setValue PHP Метод

setValue() абстрактный защищенный Метод

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
Результат boolean true if the value is successfully stored into cache, false otherwise
    protected abstract function setValue($key, $value, $expire);