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

            return(Content("缓存清除成功"));
        }