2 overrides of GetStore
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheMiddlewareTests.cs (2)
20public override ITestOutputCacheStore GetStore() => new SimpleTestOutputCache(); 25public override ITestOutputCacheStore GetStore() => new BufferTestOutputCache();
15 references to GetStore
Microsoft.AspNetCore.OutputCaching.Tests (15)
OutputCacheMiddlewareTests.cs (15)
35var cache = GetStore(); 55var cache = GetStore(); 71var cache = GetStore(); 99var cache = GetStore(); 129var cache = GetStore(); 158var cache = GetStore(); 517var cache = GetStore(); 605var cache = GetStore(); 633var cache = GetStore(); 662var cache = GetStore(); 693var cache = GetStore(); 718var cache = GetStore(); 739var cache = GetStore(); 965var cache = GetStore(); 1020var cache = GetStore();