9 references to GetAsync
aspire (9)
Documentation\ApiDocs\ApiDocsCache.cs (4)
42=> _contentCache.GetAsync(key, cancellationToken); 101=> _contentCache.GetAsync(_indexSourceFingerprintCacheKey, cancellationToken); 133=> _contentCache.GetAsync(_memberIndexSourceFingerprintCacheKey, cancellationToken); 150var value = await _contentCache.GetAsync(_memberIndexContainerIdsCacheKey, cancellationToken).ConfigureAwait(false);
Documentation\Docs\DocsCache.cs (5)
42=> _contentCache.GetAsync(key, cancellationToken); 91var fingerprint = await _contentCache.GetAsync(_indexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false); 103var legacyFingerprint = await _contentCache.GetAsync(_legacyIndexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false); 129var currentFingerprint = await _contentCache.GetAsync(_indexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false); 135var legacyFingerprint = await _contentCache.GetAsync(_legacyIndexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false);