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