1 write to _storage
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
49
_storage
= Throw.IfNull(storage);
4 references to _storage
Microsoft.Extensions.AI (4)
ChatCompletion\DistributedCachingChatClient.cs (4)
65
if (await
_storage
.GetAsync(key, cancellationToken) is byte[] existingJson)
79
if (await
_storage
.GetAsync(key, cancellationToken) is byte[] existingJson)
95
await
_storage
.SetAsync(key, newJson, cancellationToken);
106
await
_storage
.SetAsync(key, newJson, cancellationToken);