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