Esempio n. 1
0
 /**
  * Reloads the category cache.
  */
 public function reloadCache()
 {
     CategoryCacheBuilder::getInstance()->reset();
     $this->init();
 }
Esempio n. 2
0
 /**
  * @see	\wcf\data\IEditableCachedObject::resetCache()
  */
 public static function resetCache()
 {
     CategoryCacheBuilder::getInstance()->reset();
 }