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