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