27 references to SetCacheability
System.ServiceModel.Web (9)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
86HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.Public);
System\ServiceModel\Dispatcher\HelpPage.cs (1)
101HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.Public);
System\ServiceModel\Web\CachingParameterInspector.cs (7)
279cache.SetCacheability(HttpCacheability.Public); 286cache.SetCacheability(HttpCacheability.Public); 289cache.SetCacheability(HttpCacheability.Private); 292cache.SetCacheability(HttpCacheability.Public); 296cache.SetCacheability(HttpCacheability.NoCache); 299cache.SetCacheability(HttpCacheability.ServerAndNoCache); 302cache.SetCacheability(HttpCacheability.ServerAndPrivate);
System.Web (13)
Abstractions\HttpCachePolicyWrapper.cs (1)
52_httpCachePolicy.SetCacheability(cacheability);
Handlers\AssemblyResourceLoader.cs (1)
637cachePolicy.SetCacheability(HttpCacheability.Public);
HttpResponse.cs (5)
2681_cachePolicy.SetCacheability(HttpCacheability.Server); 3182Cache.SetCacheability(HttpCacheability.NoCache); 3186Cache.SetCacheability(HttpCacheability.Private); 3190Cache.SetCacheability(HttpCacheability.Public); 3194Cache.SetCacheability(HttpCacheability.NoCache);
OutputCacheModule.cs (1)
1089cache.SetCacheability(HttpCacheability.Private);
Security\PassportIdentity.cs (1)
1025context.Response.Cache.SetCacheability(HttpCacheability.NoCache);
StaticFileHandler.cs (1)
565response.Cache.SetCacheability(HttpCacheability.Public);
UI\Page.cs (3)
3700cache.SetCacheability(cacheability); 4595Response.Cache.SetCacheability(HttpCacheability.NoCache); 5273Response.Cache.SetCacheability(HttpCacheability.NoCache);
System.Web.Extensions (4)
Handlers\ScriptModule.cs (2)
89context.Response.Cache.SetCacheability(HttpCacheability.NoCache); 143response.Cache.SetCacheability(HttpCacheability.NoCache);
Script\Services\RestHandler.cs (1)
65context.Response.Cache.SetCacheability(HttpCacheability.Server);
Script\Services\WebServiceClientProxyGenerator.cs (1)
58cachePolicy.SetCacheability(HttpCacheability.Public);
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
851Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate);