2 overrides of GetStore
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheEntryFormatterTests.cs (2)
13public override ITestOutputCacheStore GetStore() => new SimpleTestOutputCache(); 18public override ITestOutputCacheStore GetStore() => new BufferTestOutputCache();
3 references to GetStore
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheEntryFormatterTests.cs (3)
31var store = GetStore(); 48var store = GetStore(); 65var store = GetStore();