網頁

2012年1月19日 星期四

ASP.NET 清除 Cache

ASP.NET 清除 Cache 語法
Response.Cache.Setcacheability(HttpCacheability.NoCache);
Response.Cache.SetAllowResponseInBrowserHistory(false);

HttpCacheability 種類說明如下:
NoCache:使用伺服器或 Proxy 伺服器的 Cache
Private:只使用客戶端 Cache ,不包含 Proxy ,此為預設值。
Public:可以使用客戶端或 Proxy 伺服器的 Cache
Server:只使用伺服器的 Cache

沒有留言:

張貼留言