1 implementation of ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
326
internal class SimpleTestOutputCache :
ITestOutputCacheStore
24 references to ITestOutputCacheStore
Microsoft.AspNetCore.OutputCaching.Tests (24)
OutputCacheEntryFormatterTests.cs (6)
13
public override
ITestOutputCacheStore
GetStore() => new SimpleTestOutputCache();
18
public override
ITestOutputCacheStore
GetStore() => new BufferTestOutputCache();
23
public abstract
ITestOutputCacheStore
GetStore();
31
var
store = GetStore();
48
var
store = GetStore();
65
var
store = GetStore();
OutputCacheMiddlewareTests.cs (18)
20
public override
ITestOutputCacheStore
GetStore() => new SimpleTestOutputCache();
25
public override
ITestOutputCacheStore
GetStore() => new BufferTestOutputCache();
30
public abstract
ITestOutputCacheStore
GetStore();
35
var
cache = GetStore();
55
var
cache = GetStore();
71
var
cache = GetStore();
99
var
cache = GetStore();
129
var
cache = GetStore();
158
var
cache = GetStore();
517
var
cache = GetStore();
605
var
cache = GetStore();
633
var
cache = GetStore();
662
var
cache = GetStore();
693
var
cache = GetStore();
718
var
cache = GetStore();
739
var
cache = GetStore();
966
var
cache = GetStore();
1021
var
cache = GetStore();