예제 #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();
 }