yii\redis\Cache::getValue PHP Method

getValue() protected method

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