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