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