2 references to _memberIndexContainerIdsCacheKey
aspire (2)
Documentation\ApiDocs\ApiDocsCache.cs (2)
150var value = await _contentCache.GetAsync(_memberIndexContainerIdsCacheKey, cancellationToken).ConfigureAwait(false); 165=> _contentCache.SetAsync(_memberIndexContainerIdsCacheKey, string.Join('\n', containerIds.OrderBy(static id => id, StringComparer.OrdinalIgnoreCase)), cancellationToken);