예제 #1
0
파일: Persistent.php 프로젝트: itkg/core
 /**
  * Remove cache
  *
  * @return void
  */
 public function removeAll()
 {
     parent::removeAll();
     $this->adapter->removeAll();
 }
예제 #2
0
파일: CacheListener.php 프로젝트: itkg/core
 /**
  * Purge all entity cache
  *
  * @return void
  */
 public function purgeCache()
 {
     $this->cache->removeAll();
 }