1 write to _policyType
Microsoft.AspNetCore.OutputCaching (1)
Policies\TypedPolicy.cs (1)
28_policyType = policyType;
1 reference to _policyType
Microsoft.AspNetCore.OutputCaching (1)
Policies\TypedPolicy.cs (1)
34return _instance ??= ActivatorUtilities.CreateInstance(options.Value.ApplicationServices, _policyType) as IOutputCachePolicy;