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