1 instantiation of CachedToken
Microsoft.DotNet.ArcadeAzureIntegration (1)
TokenCredentialShortCache.cs (1)
49CachedToken cachedToken = _tokenCache.GetOrAdd(cacheKey, _ => new CachedToken());
3 references to CachedToken
Microsoft.DotNet.ArcadeAzureIntegration (3)
TokenCredentialShortCache.cs (3)
32private ConcurrentDictionary<CacheKey, CachedToken> _tokenCache = new ConcurrentDictionary<CacheKey, CachedToken>(); 49CachedToken cachedToken = _tokenCache.GetOrAdd(cacheKey, _ => new CachedToken());