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