public ActionResult CacheReset(string returnUrl = "") { Cacher.BuildCache(); if (string.IsNullOrWhiteSpace(returnUrl)) { return(RedirectToAction("Index")); } return(Redirect(returnUrl)); }