7 references to GetContentCacheKey
aspire (3)
Documentation\Docs\DocsCache.cs (1)
33_sourceCacheKey = DocsSourceConfiguration.GetContentCacheKey(_llmsTxtUrl);
Documentation\Docs\DocsFetcher.cs (1)
31private readonly string _cacheKey = DocsSourceConfiguration.GetContentCacheKey(DocsSourceConfiguration.GetLlmsTxtUrl(configuration));
Documentation\Docs\DocsSourceConfiguration.cs (1)
47=> $"{IndexCacheKeyPrefix}{GetContentCacheKey(llmsTxtUrl)}";
Aspire.Cli.Tests (4)
Mcp\Docs\DocsCacheTests.cs (2)
41var expectedStem = DocsSourceConfiguration.GetContentCacheKey(DocsSourceConfiguration.DefaultLlmsTxtUrl); 92var friendlyStem = DocsSourceConfiguration.GetContentCacheKey(DefaultLlmsTxtUrl);
Mcp\Docs\DocsFetcherTests.cs (1)
15private static readonly string s_defaultCacheKey = DocsSourceConfiguration.GetContentCacheKey(DefaultLlmsTxtUrl);
Mcp\Docs\DocsSourceConfigurationTests.cs (1)
51var cacheKey = DocsSourceConfiguration.GetContentCacheKey("https://aspire.dev/llms-small.txt");