1 implementation of SetAsync
aspire (1)
Mcp\Docs\DocsCache.cs (1)
35
public Task
SetAsync
(string key, string content, CancellationToken cancellationToken = default)
2 references to SetAsync
aspire (2)
Mcp\Docs\DocsFetcher.cs (2)
87
await _cache.
SetAsync
(SmallDocsUrl, retryContent, cancellationToken).ConfigureAwait(false);
107
await _cache.
SetAsync
(SmallDocsUrl, content, cancellationToken).ConfigureAwait(false);