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