1 write to CacheProfiles
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
40
CacheProfiles
= new Dictionary<string, CacheProfile>(StringComparer.OrdinalIgnoreCase);
1 reference to CacheProfiles
Microsoft.AspNetCore.Mvc.Core (1)
ResponseCacheAttribute.cs (1)
89
options.
CacheProfiles
.TryGetValue(CacheProfileName, out selectedProfile);