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();
15 references to GetStore
Microsoft.AspNetCore.OutputCaching.Tests (15)
OutputCacheMiddlewareTests.cs (15)
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
();