5 references to SetMaxAge
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
102HttpContext.Current.Response.Cache.SetMaxAge(TimeSpan.MaxValue);
System\ServiceModel\Web\CachingParameterInspector.cs (1)
312cache.SetMaxAge(new TimeSpan(0, 0, this.cacheProfile.Duration));
System.Web (2)
Abstractions\HttpCachePolicyWrapper.cs (1)
80_httpCachePolicy.SetMaxAge(delta);
UI\Page.cs (1)
3704cache.SetMaxAge(new TimeSpan(0, 0, duration));
System.Web.Extensions (1)
Script\Services\RestHandler.cs (1)
80context.Response.Cache.SetMaxAge(TimeSpan.Zero);