2 references to CacheControl
Aspire.Dashboard.Tests (2)
Integration\TelemetryApiTests.cs (2)
423
Assert.Equal("no-cache", response.Headers.
CacheControl
?.ToString());
454
Assert.Equal("no-cache", response.Headers.
CacheControl
?.ToString());