コード例 #1
0
ファイル: class-fw-cache.php プロジェクト: northpen/northpen
 /**
  * @internal
  */
 public static function _init()
 {
     self::$is_enabled = function_exists('register_tick_function');
     self::$not_found_value = new FW_Cache_Not_Found_Exception();
 }