public ActionResult RemoveAllCache() { CacheRemove.ClearAllCache(); RemoveAllWebSiteCache(); return(Content(StringAlert.Alert("缓存清除成功"))); }
public ActionResult RemoveAllCache() { CacheRemove.ClearAllCache(); return(Content("缓存清除成功")); }