コード例 #1
0
ファイル: LoginController.cs プロジェクト: DarkMoon4CN/CLT
 public ActionResult RemoveAllCache()
 {
     CacheRemove.ClearAllCache();
     RemoveAllWebSiteCache();
     return(Content(StringAlert.Alert("缓存清除成功")));
 }
コード例 #2
0
        public ActionResult RemoveAllCache()
        {
            CacheRemove.ClearAllCache();

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