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;
    }