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);
150
var value = await _contentCache.
GetAsync
(_memberIndexContainerIdsCacheKey, cancellationToken).ConfigureAwait(false);
Documentation\Docs\DocsCache.cs (5)
42
=> _contentCache.
GetAsync
(key, cancellationToken);
91
var fingerprint = await _contentCache.
GetAsync
(_indexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false);
103
var legacyFingerprint = await _contentCache.
GetAsync
(_legacyIndexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false);
129
var currentFingerprint = await _contentCache.
GetAsync
(_indexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false);
135
var legacyFingerprint = await _contentCache.
GetAsync
(_legacyIndexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false);