[OutputCache(NoStore = true,Duration = 0,VaryByParam = "*")] public ActionResult NonCacheableData() { return View(); }