示例#1
0
 /**
  * Setting オブジェクトキャッシュをクリア
  */
 public static function clear_settings_cache()
 {
     self::$settings_cache = array();
 }