1 override of WriteCacheStreamingAsync
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
99protected override async Task WriteCacheStreamingAsync(string key, IReadOnlyList<ChatResponseUpdate> value, CancellationToken cancellationToken)
1 reference to WriteCacheStreamingAsync
Microsoft.Extensions.AI (1)
ChatCompletion\CachingChatClient.cs (1)
143await WriteCacheStreamingAsync(cacheKey, capturedItems, cancellationToken);