示例#1
0
文件: Chain.php 项目: Eximagen/sochi
 /**
  * Delete cache
  */
 public function removeAll()
 {
     $this->primaryStorage->removeAll();
     $this->secondaryStorage->removeAll();
 }
示例#2
0
文件: Menu.php 项目: Eximagen/sochi
 /**
  *
  */
 public function removeAllCache()
 {
     $this->cache->removeAll();
 }