2 instantiations of BufferTestOutputCache
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheEntryFormatterTests.cs (1)
18
public override ITestOutputCacheStore GetStore() => new
BufferTestOutputCache
();
OutputCacheMiddlewareTests.cs (1)
25
public override ITestOutputCacheStore GetStore() => new
BufferTestOutputCache
();