Esempio n. 1
0
 /**
  * @internal
  */
 public static function _init()
 {
     self::$is_enabled = function_exists('register_tick_function');
     self::$not_found_value = new FW_Cache_Not_Found_Exception();
 }