1 write to _legacyIndexSourceFingerprintCacheKey
aspire (1)
Documentation\Docs\DocsCache.cs (1)
37_legacyIndexSourceFingerprintCacheKey = $"{_legacyIndexCacheKey}:fingerprint";
3 references to _legacyIndexSourceFingerprintCacheKey
aspire (3)
Documentation\Docs\DocsCache.cs (3)
103var legacyFingerprint = await _contentCache.GetAsync(_legacyIndexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false); 135var legacyFingerprint = await _contentCache.GetAsync(_legacyIndexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false); 167await _contentCache.InvalidateAsync(_legacyIndexSourceFingerprintCacheKey, cancellationToken).ConfigureAwait(false);