2 references to DefaultOutputCachePolicyProvider
Microsoft.AspNetCore.OutputCaching (2)
DefaultOutputCachePolicyProvider.cs (1)
13/// Creates a new instance of <see cref="DefaultOutputCachePolicyProvider"/>.
OutputCacheServiceCollectionExtensions.cs (1)
30services.TryAddTransient<IOutputCachePolicyProvider, DefaultOutputCachePolicyProvider>();