1 override of ReadCacheAsync
Microsoft.Extensions.AI (1)
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
53
protected override async Task<TEmbedding?>
ReadCacheAsync
(string key, CancellationToken cancellationToken)
2 references to ReadCacheAsync
Microsoft.Extensions.AI (2)
Embeddings\CachingEmbeddingGenerator.cs (2)
45
if (await
ReadCacheAsync
(cacheKey, cancellationToken).ConfigureAwait(false) is TEmbedding e)
75
if (await
ReadCacheAsync
(cacheKey, cancellationToken).ConfigureAwait(false) is TEmbedding existing)