yii\caching\WinCache::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 wincache_ucache_clear();
    }