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