6 references to SetValidUntilExpires
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
104HttpContext.Current.Response.Cache.SetValidUntilExpires(true);
System\ServiceModel\Web\CachingParameterInspector.cs (1)
313cache.SetValidUntilExpires(true);
System.Web (3)
Abstractions\HttpCachePolicyWrapper.cs (1)
112_httpCachePolicy.SetValidUntilExpires(validUntilExpires);
Handlers\AssemblyResourceLoader.cs (1)
641cachePolicy.SetValidUntilExpires(true);
UI\Page.cs (1)
3705cache.SetValidUntilExpires(true);
System.Web.Extensions (1)
Script\Services\RestHandler.cs (1)
68context.Response.Cache.SetValidUntilExpires(true);