11 references to SetAsync
Microsoft.Extensions.AI (3)
ChatCompletion\DistributedCachingChatClient.cs (2)
107
await _storage.
SetAsync
(key, newJson, cancellationToken);
118
await _storage.
SetAsync
(key, newJson, cancellationToken);
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
97
await _storage.
SetAsync
(key, newJson, cancellationToken);
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (7)
ResponseCacheTester.cs (7)
42
await cache.
SetAsync
(_keyA, _responseA);
62
await cache.
SetAsync
(_keyA, _responseA);
91
await cache.
SetAsync
(_keyA, _responseA);
118
await cache.
SetAsync
(_keyA, _responseA);
122
await cache2.
SetAsync
(_keyB, _responseB);
141
await cache.
SetAsync
(_keyA, _responseA);
173
await cache.
SetAsync
(_keyA, _responseA);
Microsoft.Extensions.Caching.Hybrid.Tests (1)
SampleUsage.cs (1)
106
await cache.
SetAsync
(key, bytes, token);