Esempio n. 1
0
 /**
  * Delete cache
  */
 public function removeAll()
 {
     $this->primaryStorage->removeAll();
     $this->secondaryStorage->removeAll();
 }
Esempio n. 2
0
 /**
  *
  */
 public function removeAllCache()
 {
     $this->cache->removeAll();
 }