1 override of GetCacheKey
Microsoft.Extensions.AI (1)
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
90protected override string GetCacheKey(params ReadOnlySpan<object?> values) =>
2 references to GetCacheKey
Microsoft.Extensions.AI (2)
Embeddings\CachingEmbeddingGenerator.cs (2)
44var cacheKey = GetCacheKey(valuesList[0], options); 73var cacheKey = GetCacheKey(input, options);