1 implementation of ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
335internal class SimpleTestOutputCache : ITestOutputCacheStore
27 references to ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (27)
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 (21)
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(); 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(); 1061var cache = GetStore(); 1116var cache = GetStore();