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