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