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