1 reference to IgnoredHeaders
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
523
internal static bool ShouldStoreHeader(string key) => !
IgnoredHeaders
.Contains(key);