3 references to OutputCacheKeyProvider
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
50new OutputCacheKeyProvider(poolProvider, options))
Microsoft.AspNetCore.OutputCaching.Tests (2)
TestUtils.cs (2)
98return new OutputCacheKeyProvider(new DefaultObjectPoolProvider(), Options.Create(options)); 211keyProvider = new OutputCacheKeyProvider(new DefaultObjectPoolProvider(), Options.Create(options));