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)
58if (await _storage.GetAsync(key, cancellationToken).ConfigureAwait(false) is byte[] existingJson) 74await _storage.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false);