1 implementation of GetPolicyAsync
Microsoft.AspNetCore.OutputCaching (1)
DefaultOutputCachePolicyProvider.cs (1)
34public ValueTask<IOutputCachePolicy?> GetPolicyAsync(string policyName)
1 reference to GetPolicyAsync
Microsoft.AspNetCore.OutputCaching (1)
Policies\NamedPolicy.cs (1)
70return provider.GetPolicyAsync(_policyName);