2 references to _docsCache
aspire (2)
Mcp\Docs\DocsIndexService.cs (2)
153
var cachedDocuments = await
_docsCache
.GetIndexAsync(cancellationToken).ConfigureAwait(false);
178
await
_docsCache
.SetIndexAsync([.. documents], cancellationToken).ConfigureAwait(false);