1 write to CachedEntryAge
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
271context.CachedEntryAge = cacheEntryAge > TimeSpan.Zero ? cacheEntryAge : TimeSpan.Zero;
2 references to CachedEntryAge
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
281if (context.CachedEntryAge <= TimeSpan.Zero) 315response.Headers.Age = HeaderUtilities.FormatNonNegativeInt64(context.CachedEntryAge.Ticks / TimeSpan.TicksPerSecond);