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