Implemented interface member:
method
GetETagAsync
Aspire.Cli.Documentation.IDocumentContentCache.GetETagAsync(System.String, System.Threading.CancellationToken)
3 references to GetETagAsync
Aspire.Cli.Tests (3)
Mcp\ApiDocs\ApiDocsFetcherTests.cs (3)
46Assert.Equal("\"etag\"", await cache.GetETagAsync(cacheKey)); 72Assert.Equal("\"etag\"", await cache.GetETagAsync(cacheKey)); 99Assert.Equal("\"etag\"", await cache.GetETagAsync(cacheKey));