Prado\Caching\TCache::getValue PHP Method

getValue() 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 get()} already. So only the implementation of data retrieval is needed.
abstract protected getValue ( $key ) : string
return string the value stored in cache, false if the value is not in the cache or expired.
    protected abstract function getValue($key);