1 write to _indexSourceFingerprintCacheKey
aspire (1)
Documentation\Docs\DocsCache.cs (1)
35_indexSourceFingerprintCacheKey = $"{_indexCacheKey}:fingerprint";
5 references to _indexSourceFingerprintCacheKey
aspire (5)
Documentation\Docs\DocsCache.cs (5)
91var fingerprint = await _contentCache.GetAsync(_indexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false); 109await _contentCache.SetAsync(_indexSourceFingerprintCacheKey, legacyFingerprint, cancellationToken).ConfigureAwait(false); 116await _contentCache.SetAsync(_indexSourceFingerprintCacheKey, fingerprint, cancellationToken).ConfigureAwait(false); 129var currentFingerprint = await _contentCache.GetAsync(_indexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false); 138await _contentCache.SetAsync(_indexSourceFingerprintCacheKey, legacyFingerprint, cancellationToken).ConfigureAwait(false);