ASP.NET MVC キャッシュを無効にする
[OutputCache(Location = OutputCacheLocation.None, NoStore = true)] public ActionResult Index() { return View(); }