/**
  * @see	\wcf\system\package\plugin\AbstractXMLPackageInstallationPlugin::cleanup()
  */
 protected function cleanup()
 {
     CoreObjectCacheBuilder::getInstance()->reset();
 }
Beispiel #2
0
 /**
  * Initializes core object cache.
  */
 protected function initCoreObjects()
 {
     // ignore core objects if installing WCF
     if (PACKAGE_ID == 0) {
         return;
     }
     self::$coreObjectCache = CoreObjectCacheBuilder::getInstance()->getData();
 }