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