yii\caching\DbCache::flushValues PHP Méthode

flushValues() protected méthode

This is the implementation of the method declared in the parent class.
protected flushValues ( ) : boolean
Résultat boolean whether the flush operation was successful.
    protected function flushValues()
    {
        $this->db->createCommand()->delete($this->cacheTable)->execute();
        return true;
    }