2 writes to ResponseTime
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
269
context.
ResponseTime
= _options.TimeProvider.GetUtcNow();
468
context.
ResponseTime
= _options.TimeProvider.GetUtcNow();
3 references to ResponseTime
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheMiddleware.cs (3)
270
var cacheEntryAge = context.
ResponseTime
.Value - context.CachedResponse.Created;
401
headers.Date = HeaderUtilities.FormatDate(context.
ResponseTime
!.Value);
404
var cacheEntry = new OutputCacheEntry(context.
ResponseTime
!.Value, response.StatusCode)