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