4 references to _docsCache
aspire (4)
Documentation\Docs\DocsIndexService.cs (4)
171
var cachedDocuments = await
_docsCache
.GetIndexAsync(cancellationToken).ConfigureAwait(false);
172
var cachedFingerprint = await
_docsCache
.GetIndexSourceFingerprintAsync(cancellationToken).ConfigureAwait(false);
209
await
_docsCache
.SetIndexAsync([.. documents], cancellationToken).ConfigureAwait(false);
210
await
_docsCache
.SetIndexSourceFingerprintAsync(currentFingerprint, cancellationToken).ConfigureAwait(false);