2 overrides of GetStore
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheMiddlewareTests.cs (2)
20public override ITestOutputCacheStore GetStore() => new SimpleTestOutputCache(); 25public override ITestOutputCacheStore GetStore() => new BufferTestOutputCache();
18 references to GetStore
Microsoft.AspNetCore.OutputCaching.Tests (18)
OutputCacheMiddlewareTests.cs (18)
35var cache = GetStore(); 55var cache = GetStore(); 71var cache = GetStore(); 99var cache = GetStore(); 129var cache = GetStore(); 158var cache = GetStore(); 498var cache = GetStore(); 528var cache = GetStore(); 562var cache = GetStore(); 613var cache = GetStore(); 701var cache = GetStore(); 729var cache = GetStore(); 758var cache = GetStore(); 789var cache = GetStore(); 814var cache = GetStore(); 835var cache = GetStore(); 1062var cache = GetStore(); 1117var cache = GetStore();