2 references to _cache
Microsoft.Extensions.Http.Resilience (2)
Resilience\Internal\ByAuthorityPipelineKeyProvider.cs (2)
21
if (
_cache
.TryGetValue(key, out var pipelineKey))
29
_cache
[key] = pipelineKey!;