1 override of WriteCacheAsync
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
74
protected override async Task
WriteCacheAsync
(string key, ChatCompletion value, CancellationToken cancellationToken)
2 references to WriteCacheAsync
Microsoft.Extensions.AI (2)
ChatCompletion\CachingChatClient.cs (2)
60
await
WriteCacheAsync
(cacheKey, result, cancellationToken).ConfigureAwait(false);
98
await
WriteCacheAsync
(cacheKey, capturedItems.ToChatCompletion(), cancellationToken).ConfigureAwait(false);