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)
91
var fingerprint = await _contentCache.GetAsync(
_indexSourceFingerprintCacheKey
, cancellationToken).ConfigureAwait(false);
109
await _contentCache.SetAsync(
_indexSourceFingerprintCacheKey
, legacyFingerprint, cancellationToken).ConfigureAwait(false);
116
await _contentCache.SetAsync(
_indexSourceFingerprintCacheKey
, fingerprint, cancellationToken).ConfigureAwait(false);
129
var currentFingerprint = await _contentCache.GetAsync(
_indexSourceFingerprintCacheKey
, cancellationToken).ConfigureAwait(false);
138
await _contentCache.SetAsync(
_indexSourceFingerprintCacheKey
, legacyFingerprint, cancellationToken).ConfigureAwait(false);