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