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)
26return _varyByAsync.Invoke(context.HttpContext, context.CacheVaryByRules, cancellationToken);