Implemented interface member:
method
SetETagAsync
Aspire.Cli.Mcp.Docs.IDocsCache.SetETagAsync(System.String, System.String, System.Threading.CancellationToken)
4 references to SetETagAsync
Aspire.Cli.Tests (4)
Mcp\Docs\DocsFetcherTests.cs (4)
84
await cache.
SetETagAsync
("https://aspire.dev/llms-small.txt", "\"cached-etag\"");
110
await cache.
SetETagAsync
("https://aspire.dev/llms-small.txt", "\"etag\"");
132
await cache.
SetETagAsync
("https://aspire.dev/llms-small.txt", "\"etag\"");
339
await cache.
SetETagAsync
("https://aspire.dev/llms-small.txt", "\"old-etag\"");