yii\caching\DummyCache::getValue PHP Метод

getValue() защищенный Метод

This is the implementation of the method declared in the parent class.
protected getValue ( string $key ) : mixed | false
$key string a unique key identifying the cached value
Результат mixed | false the value stored in cache, false if the value is not in the cache or expired.
    protected function getValue($key)
    {
        return false;
    }