// // GET: /ClearCaches/ public ActionResult Index() { CssBundle.Clear(); JavaScriptBundle.Clear(); return(RedirectToAction("Index", "Home")); }