1 implementation of IOutputCacheKeyProvider
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheKeyProvider.cs (1)
13
internal sealed class OutputCacheKeyProvider :
IOutputCacheKeyProvider
2 references to IOutputCacheKeyProvider
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
26
private readonly
IOutputCacheKeyProvider
_keyProvider;
59
IOutputCacheKeyProvider
keyProvider)