Description
The current CachingHttpClient store cache on file.
Nowadays, an application can be duplicated on multiple servers, which complicates the use of a file cache. Adding the ability to use a Redis cache would facilitate the use of client caching.
Example
No response