41 writes to NoStore
Microsoft.AspNetCore.Mvc.Core (1)
ResponseCacheAttribute.cs (1)
111
NoStore
= _noStore,
Microsoft.AspNetCore.Mvc.Core.Test (40)
Filters\ResponseCacheFilterExecutorTest.cs (28)
20
NoStore
= true,
75
NoStore
= true,
86
NoStore
= true,
96
NoStore
= true,
107
NoStore
= true,
117
NoStore
= false,
127
NoStore
= false,
137
NoStore
= false,
147
NoStore
= false,
157
NoStore
= false,
167
NoStore
= false,
203
NoStore
= true,
213
NoStore
= true,
224
NoStore
= true,
259
NoStore
= false,
270
NoStore
= true,
281
NoStore
= false,
292
NoStore
= false,
303
NoStore
= false,
340
NoStore
= false,
351
NoStore
= true,
362
NoStore
= false,
373
NoStore
= false,
385
NoStore
= false,
421
NoStore
= true,
441
NoStore
= true,
500
NoStore
= true
520
NoStore
= true,
ResponseCacheAttributeTest.cs (12)
30
cacheProfiles.Add("Cache20Sec", new CacheProfile {
NoStore
= true });
50
cacheProfiles.Add("Cache20Sec", new CacheProfile {
NoStore
= true });
69
{ Duration = 20, Location = ResponseCacheLocation.Any,
NoStore
= false, VaryByHeader = "Accept", VaryByQueryKeys = new[] { "QueryKey" } }
77
{ Duration = 0, Location = ResponseCacheLocation.None,
NoStore
= true, VaryByHeader = null, VaryByQueryKeys = null }
96
NoStore
= true,
101
{ Duration = 20, Location = ResponseCacheLocation.Any,
NoStore
= false, VaryByHeader = "Accept", VaryByQueryKeys = new[] { "QueryKey" } }
115
NoStore
= false,
120
{ Duration = 534, Location = ResponseCacheLocation.Client,
NoStore
= false, VaryByHeader = "Test", VaryByQueryKeys = new[] { "ProfileQueryKey" } }
133
NoStore
= false,
138
{ Duration = 534, Location = ResponseCacheLocation.Client,
NoStore
= false, VaryByHeader = "Test", VaryByQueryKeys = new[] { "ProfileQueryKey" } }
150
{ Duration = 5234, Location = ResponseCacheLocation.Any,
NoStore
= false, VaryByHeader = null, VaryByQueryKeys = null }
190
cacheProfiles.Add("Test", new CacheProfile {
NoStore
= false });
3 references to NoStore
Microsoft.AspNetCore.Mvc.Core (2)
Filters\ResponseCacheFilterExecutor.cs (1)
39
get => _cacheNoStore ?? _cacheProfile.
NoStore
?? false;
ResponseCacheAttribute.cs (1)
102
_noStore = _noStore ?? selectedProfile?.
NoStore
;
Microsoft.AspNetCore.Mvc.Core.Test (1)
ResponseCacheAttributeTest.cs (1)
169
Assert.Equal(expectedProfile.
NoStore
, responseCacheFilter.NoStore);