Provides caching support for the Apache HttpClient, enabling HTTP response caching to improve performance and reduce network requests.
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>4.5.14</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creating a caching HTTP client.
Use HttpClientBuilder.create().setCacheConfig(...).build() instead.
No dependency data recorded yet.