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