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)
86
await cache.
SetAsync
("https://aspire.dev/llms-small.txt", "# Cached");
112
await cache.
SetAsync
("https://aspire.dev/llms-small.txt", cachedContent);