2 writes to Created
Microsoft.AspNetCore.ResponseCaching (2)
MemoryResponseCache.cs (1)
25Created = memoryCachedResponse.Created,
ResponseCachingMiddleware.cs (1)
307Created = context.ResponseDate.Value,
2 references to Created
Microsoft.AspNetCore.ResponseCaching (2)
MemoryResponseCache.cs (1)
45Created = cachedResponse.Created,
ResponseCachingMiddleware.cs (1)
146var cachedEntryAge = context.ResponseTime.Value - context.CachedResponse.Created;