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)
46
Assert.Equal("\"etag\"", await cache.
GetETagAsync
(cacheKey));
72
Assert.Equal("\"etag\"", await cache.
GetETagAsync
(cacheKey));
99
Assert.Equal("\"etag\"", await cache.
GetETagAsync
(cacheKey));