Base:
method
GetCacheKey
Microsoft.Extensions.AI.CachingEmbeddingGenerator<TInput, TEmbedding>.GetCacheKey(params System.ReadOnlySpan<System.Object>)
1 override of GetCacheKey
Microsoft.Extensions.AI.Tests (1)
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (1)
415protected override string GetCacheKey(params ReadOnlySpan<object?> values)
1 reference to GetCacheKey
Microsoft.Extensions.AI.Tests (1)
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (1)
417var baseKey = base.GetCacheKey(values);