Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetNoStore();
Response.CacheControl = "no-cache";
Response.Cache.SetExpires(DateTime.Now.AddMinutes(-1));
c# cs 文件清理缓存代码
最新推荐文章于 2024-09-28 22:01:32 发布