Beispiel #1
0
 /**
  * Reads the cache.
  */
 public static function readCache()
 {
     if (!count(self::$cache)) {
         self::$cache = WCF::getCache()->get('spec-' . PACKAGE_ID);
     }
 }