yii\caching\DummyCache::flushValues PHP 메소드

flushValues() 보호된 메소드

This is the implementation of the method declared in the parent class.
protected flushValues ( ) : boolean
리턴 boolean whether the flush operation was successful.
    protected function flushValues()
    {
        return true;
    }