1 implementation of ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
326internal class SimpleTestOutputCache : ITestOutputCacheStore
24 references to ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (24)
OutputCacheEntryFormatterTests.cs (6)
13public override ITestOutputCacheStore GetStore() => new SimpleTestOutputCache(); 18public override ITestOutputCacheStore GetStore() => new BufferTestOutputCache(); 23public abstract ITestOutputCacheStore GetStore(); 31var store = GetStore(); 48var store = GetStore(); 65var store = GetStore();
OutputCacheMiddlewareTests.cs (18)
20public override ITestOutputCacheStore GetStore() => new SimpleTestOutputCache(); 25public override ITestOutputCacheStore GetStore() => new BufferTestOutputCache(); 30public abstract ITestOutputCacheStore GetStore(); 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(); 966var cache = GetStore(); 1021var cache = GetStore();