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