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