예제 #1
0
파일: view.php 프로젝트: krisldz/Gekosale2
 public function flushCache()
 {
     Session::setActiveViewIds(NULL);
     $this->registry->cache->delete('views');
     $this->registry->cache->delete('categories');
 }