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