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