8 writes to CacheProfileName
Microsoft.AspNetCore.Mvc.Core.Test (7)
ResponseCacheAttributeTest.cs (7)
27
CacheProfileName
= profileName
47
CacheProfileName
= "HelloWorld"
90
CacheProfileName
= "TestCacheProfile"
109
CacheProfileName
= "TestCacheProfile"
128
CacheProfileName
= "TestCacheProfile"
146
CacheProfileName
= "TestCacheProfile"
187
CacheProfileName
= "Test"
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
ApplicationModels\ResponseCacheFilterApplicationModelProviderTest.cs (1)
132
[ResponseCache(
CacheProfileName
= "TestCacheProfile")]
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
));