1 write to CachedResponseHeaders
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
144
context.
CachedResponseHeaders
= cachedResponse.Headers;
5 references to CachedResponseHeaders
Microsoft.AspNetCore.ResponseCaching (5)
ResponseCachingMiddleware.cs (3)
157
if (context.
CachedResponseHeaders
!= null)
161
if (context.
CachedResponseHeaders
.TryGetValue(key, out var values))
430
var cachedResponseHeaders = context.
CachedResponseHeaders
;
ResponseCachingPolicyProvider.cs (2)
169
var cachedCacheControlHeaders = context.
CachedResponseHeaders
.CacheControl;
234
if (HeaderUtilities.TryParseDate(context.
CachedResponseHeaders
.Expires.ToString(), out expires) &&