コード例 #1
0
ファイル: Manager.php プロジェクト: mihai-stancu/cache-bundle
 public function flush()
 {
     foreach ($this->objects as $className => $objects) {
         $this->cache->setNamespace($className);
         $this->cache->saveMultiple($objects);
     }
 }