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)
354protected override string GetCacheKey(params ReadOnlySpan<object?> values)
1 reference to GetCacheKey
Microsoft.Extensions.AI.Tests (1)
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (1)
356var baseKey = base.GetCacheKey(values);