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