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