示例#1
0
 /**
  * キャッシュをクリア
  */
 public static function clear_cache()
 {
     self::$cache = array();
 }