4 references to SetAsync
Microsoft.Extensions.AI (3)
ChatCompletion\DistributedCachingChatClient.cs (2)
81await _storage.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false); 92await _storage.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false);
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
74await _storage.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false);
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (1)
RedisCacheSetAndRemoveTests.cs (1)
124await cache.SetAsync(key, Array.Empty<byte>());