3 references to CreateTestKeyProvider
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheKeyProviderTests.cs (2)
50
var cacheKeyProvider = TestUtils.
CreateTestKeyProvider
(new OutputCacheOptions()
65
var cacheKeyProvider = TestUtils.
CreateTestKeyProvider
(new OutputCacheOptions()
TestUtils.cs (1)
93
return
CreateTestKeyProvider
(new OutputCacheOptions());