1 override of WriteCacheAsync
Microsoft.Extensions.AI (1)
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
66protected override async Task WriteCacheAsync(string key, TEmbedding value, CancellationToken cancellationToken)
2 references to WriteCacheAsync
Microsoft.Extensions.AI (2)
Embeddings\CachingEmbeddingGenerator.cs (2)
57await WriteCacheAsync(cacheKey, generated[0], cancellationToken).ConfigureAwait(false); 95await WriteCacheAsync(uncached[i].CacheKey, uncachedResults[i], cancellationToken).ConfigureAwait(false);