3 instantiations of OutputCacheKeyProvider
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
54new OutputCacheKeyProvider(poolProvider, options))
Microsoft.AspNetCore.OutputCaching.Tests (2)
TestUtils.cs (2)
98return new OutputCacheKeyProvider(new DefaultObjectPoolProvider(), Options.Create(options)); 212keyProvider = new OutputCacheKeyProvider(new DefaultObjectPoolProvider(), Options.Create(options));