1 write to _storage
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
39
_storage
= Throw.IfNull(storage);
4 references to _storage
Microsoft.Extensions.AI (4)
ChatCompletion\DistributedCachingChatClient.cs (4)
55
if (await
_storage
.GetAsync(key, cancellationToken).ConfigureAwait(false) is byte[] existingJson)
69
if (await
_storage
.GetAsync(key, cancellationToken).ConfigureAwait(false) is byte[] existingJson)
85
await
_storage
.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false);
96
await
_storage
.SetAsync(key, newJson, cancellationToken).ConfigureAwait(false);