yii\redis\Cache::flushValues PHP 메소드

flushValues() 보호된 메소드

protected flushValues ( )
    protected function flushValues()
    {
        return $this->redis->executeCommand('FLUSHDB');
    }