1 write to _storage
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
35_storage = Throw.IfNull(storage);
4 references to _storage
Microsoft.Extensions.AI (4)
ChatCompletion\DistributedCachingChatClient.cs (4)
51if (await _storage.GetAsync(key, cancellationToken).ConfigureAwait(false) is byte[] existingJson) 65if (await _storage.GetAsync(key, cancellationToken).ConfigureAwait(false) is byte[] existingJson) 81await _storage.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false); 92await _storage.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false);