3 implementations of Age
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1920
StringValues IHeaderDictionary.
Age
9135
StringValues IHeaderDictionary.
Age
15852
StringValues IHeaderDictionary.
Age
2 writes to Age
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
308
response.Headers.
Age
= HeaderUtilities.FormatNonNegativeInt64(context.CachedEntryAge.Ticks / TimeSpan.TicksPerSecond);
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
181
response.Headers.
Age
= HeaderUtilities.FormatNonNegativeInt64(context.CachedEntryAge.Value.Ticks / TimeSpan.TicksPerSecond);