1 write to Created
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntry.cs (1)
16
Created
= created;
3 references to Created
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheEntryFormatter.cs (2)
129
writer.Write7BitEncodedInt64(entry.
Created
.Ticks);
130
writer.Write7BitEncodedInt64((long)entry.
Created
.Offset.TotalMinutes);
OutputCacheMiddleware.cs (1)
262
var cacheEntryAge = context.ResponseTime.Value - context.CachedResponse.
Created
;