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