1 override of WriteCacheAsync
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
71protected override async Task WriteCacheAsync(string key, ChatCompletion value, CancellationToken cancellationToken)
1 reference to WriteCacheAsync
Microsoft.Extensions.AI (1)
ChatCompletion\CachingChatClient.cs (1)
57await WriteCacheAsync(cacheKey, result, cancellationToken).ConfigureAwait(false);