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)
59var aspireDevKey = DocsSourceConfiguration.GetIndexCacheKey("https://aspire.dev/llms-small.txt"); 60var localhostKey = DocsSourceConfiguration.GetIndexCacheKey("http://localhost:4321/llms-small.txt");