コード例 #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();
 }