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