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