yii\redis\Cache::getValue PHP Метод

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

protected getValue ( $key )
    protected function getValue($key)
    {
        return $this->redis->executeCommand('GET', [$key]);
    }