Package org.apache.http.impl.client.cache

This package contains a cache module that can be used for HTTP/1.1 client-side caching. The primary classes in this package are the CachingHttpClient, which is a drop-in replacement for a DefaultHttpClient that adds caching, and the CacheConfig class that can be used for configuring it.