1 write to _varyByAsync
Microsoft.AspNetCore.OutputCaching (1)
Policies\SetCacheKeyPrefixPolicy.cs (1)
20
_varyByAsync
= async (context, rules, cancellationToken) => rules.CacheKeyPrefix = await varyBy(context, cancellationToken);
1 reference to _varyByAsync
Microsoft.AspNetCore.OutputCaching (1)
Policies\SetCacheKeyPrefixPolicy.cs (1)
26
return
_varyByAsync
.Invoke(context.HttpContext, context.CacheVaryByRules, cancellationToken);