Implemented interface member:
method
SetAsync
Aspire.Cli.Mcp.Docs.IDocsCache.SetAsync(System.String, System.String, System.Threading.CancellationToken)
2 references to SetAsync
Aspire.Cli.Tests (2)
Mcp\Docs\DocsFetcherTests.cs (2)
85await cache.SetAsync("https://aspire.dev/llms-small.txt", "# Cached"); 111await cache.SetAsync("https://aspire.dev/llms-small.txt", cachedContent);