1 override of ReadCacheAsync
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
50
protected override async Task<ChatResponse?>
ReadCacheAsync
(string key, CancellationToken cancellationToken)
2 references to ReadCacheAsync
Microsoft.Extensions.AI (2)
ChatCompletion\CachingChatClient.cs (2)
58
if (await
ReadCacheAsync
(cacheKey, cancellationToken).ConfigureAwait(false) is not { } result)
80
if (await
ReadCacheAsync
(cacheKey, cancellationToken).ConfigureAwait(false) is { } chatResponse)