コード例 #1
0
ファイル: Spec.class.php プロジェクト: sonicmaster/RPG
 /**
  * Reads the cache.
  */
 public static function readCache()
 {
     if (!count(self::$cache)) {
         self::$cache = WCF::getCache()->get('spec-' . PACKAGE_ID);
     }
 }