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)
84await cache.SetETagAsync("https://aspire.dev/llms-small.txt", "\"cached-etag\""); 110await cache.SetETagAsync("https://aspire.dev/llms-small.txt", "\"etag\""); 132await cache.SetETagAsync("https://aspire.dev/llms-small.txt", "\"etag\""); 339await cache.SetETagAsync("https://aspire.dev/llms-small.txt", "\"old-etag\"");