4 references to Cache
Aspire.StackExchange.Redis (4)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (4)
87
if (!this.
Cache
.TryGetValue(cacheKey, out var session))
90
this.
Cache
.TryAdd(cacheKey, session);
112
foreach (var entry in this.
Cache
)
123
this.
Cache
.TryRemove((entry.Key.TraceId, entry.Key.SpanId), out _);