2 references to GetCacheKey
Microsoft.Extensions.AI (2)
ChatCompletion\DistributedCachingChatClient.cs (1)
102return CachingHelpers.GetCacheKey(values, _jsonSerializerOptions);
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
84return CachingHelpers.GetCacheKey(values, _jsonSerializerOptions);