1 write to _storage
Microsoft.Extensions.AI (1)
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
37
_storage
= storage;
2 references to _storage
Microsoft.Extensions.AI (2)
Embeddings\DistributedCachingEmbeddingGenerator.cs (2)
58
if (await
_storage
.GetAsync(key, cancellationToken).ConfigureAwait(false) is byte[] existingJson)
74
await
_storage
.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false);