Exemple #1
0
 /**
  * Remove cache
  *
  * @return void
  */
 public function removeAll()
 {
     parent::removeAll();
     $this->adapter->removeAll();
 }
Exemple #2
0
 /**
  * Purge all entity cache
  *
  * @return void
  */
 public function purgeCache()
 {
     $this->cache->removeAll();
 }