3 references to CacheProfileName
Microsoft.AspNetCore.Mvc.Core (3)
ResponseCacheAttribute.cs (3)
87
if (
CacheProfileName
!= null)
89
options.CacheProfiles.TryGetValue(
CacheProfileName
, out selectedProfile);
92
throw new InvalidOperationException(Resources.FormatCacheProfileNotFound(
CacheProfileName
));