3 references to GetIndexCacheKey
aspire (1)
Documentation\Docs\DocsCache.cs (1)
34
_indexCacheKey = DocsSourceConfiguration.
GetIndexCacheKey
(_llmsTxtUrl);
Aspire.Cli.Tests (2)
Mcp\Docs\DocsSourceConfigurationTests.cs (2)
59
var aspireDevKey = DocsSourceConfiguration.
GetIndexCacheKey
("https://aspire.dev/llms-small.txt");
60
var localhostKey = DocsSourceConfiguration.
GetIndexCacheKey
("http://localhost:4321/llms-small.txt");