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