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