1 override of WriteCacheAsync
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
78
protected override async Task
WriteCacheAsync
(string key, ChatResponse value, CancellationToken cancellationToken)
2 references to WriteCacheAsync
Microsoft.Extensions.AI (2)
ChatCompletion\CachingChatClient.cs (2)
61
await
WriteCacheAsync
(cacheKey, result, cancellationToken).ConfigureAwait(false);
99
await
WriteCacheAsync
(cacheKey, capturedItems.ToChatResponse(), cancellationToken).ConfigureAwait(false);