| Package | Description |
|---|---|
| org.apache.http.impl.client.cache |
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
|
| Modifier and Type | Field and Description |
|---|---|
private CacheKeyGenerator |
CachingHttpClient.AsynchronousValidator.cacheKeyGenerator |
private CacheKeyGenerator |
AsynchronousValidator.cacheKeyGenerator |
private CacheKeyGenerator |
CacheInvalidator.cacheKeyGenerator |
private CacheKeyGenerator |
BasicHttpCache.uriExtractor |
| Constructor and Description |
|---|
BasicHttpCache(ResourceFactory resourceFactory,
HttpCacheStorage storage,
CacheConfig config,
CacheKeyGenerator uriExtractor) |
BasicHttpCache(ResourceFactory resourceFactory,
HttpCacheStorage storage,
CacheConfig config,
CacheKeyGenerator uriExtractor,
HttpCacheInvalidator cacheInvalidator) |
CacheInvalidator(CacheKeyGenerator uriExtractor,
HttpCacheStorage storage)
|