21 writes to NoCache
Microsoft.AspNetCore.Components.Endpoints (1)
src\Components\Shared\src\CacheHeaderSettings.cs (1)
24NoCache = true
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\CacheHeaderSettings.cs (1)
24NoCache = true
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
src\Components\Shared\src\CacheHeaderSettings.cs (1)
24NoCache = true
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyProviderTests.cs (1)
165NoCache = true
Microsoft.AspNetCore.ResponseCaching.Tests (2)
ResponseCachingPolicyProviderTests.cs (2)
104NoCache = true 189NoCache = true
Microsoft.Net.Http.Headers.Tests (15)
CacheControlHeaderValueTest.cs (15)
14cacheControl.NoCache = true; 81cacheControl.NoCache = true; 112cacheControl.NoCache = true; 143values[1].NoCache = true; 165values[0].NoCache = true; 216cacheControl1.NoCache = true; 219cacheControl2.NoCache = true; 257values[1].NoCache = true; 279values[0].NoCache = true; 340cacheControl1.NoCache = true; 345cacheControl2.NoCache = true; 379expected.NoCache = true; 383expected.NoCache = true; 487expected.NoCache = true; 524expected.NoCache = true;
2 references to NoCache
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
370if (!cacheControlHeaderValue.NoCache || !cacheControlHeaderValue.NoStore)
Microsoft.Net.Http.Headers.Tests (1)
CacheControlHeaderValueTest.cs (1)
15Assert.True(cacheControl.NoCache, "NoCache");