3 references to MaxAge
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\RequestContext.FeatureCollection.cs (2)
702else if (cacheControl.MaxAge.HasValue) 704return cacheControl.MaxAge;
Microsoft.Net.Http.Headers (1)
CacheControlHeaderValue.cs (1)
170/// Overrides <see cref="MaxAge">max-age</see>, but only for shared caches (such as proxies).