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