PHP yii\caching Cache::setValues - 4 examples found. These are the top rated real world PHP examples of yii\caching\Cache::setValues extracted from open source projects. You can rate examples to help us improve the quality of examples.
The default implementation calls Cache::setValue multiple times store values one by one. If the underlying cache
storage supports multi-set, this method should be overridden to exploit that feature.