| 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.
|
| Class and Description |
|---|
| AsynchronousValidationRequest
Class used to represent an asynchronous revalidation event, such as with
"stale-while-revalidate"
|
| AsynchronousValidator
Class used for asynchronous revalidations to be used when the "stale-
while-revalidate" directive is present
|
| BasicIdGenerator
Should produce reasonably unique tokens.
|
| CacheableRequestPolicy
Determines if an HttpRequest is allowed to be served from the cache.
|
| CacheConfig
Java Beans-style configuration for a
CachingHttpClient. |
| CacheConfig.Builder |
| CachedHttpResponseGenerator
Rebuilds an
HttpResponse from a net.sf.ehcache.CacheEntry |
| CachedResponseSuitabilityChecker
Determines whether a given
HttpCacheEntry is suitable to be
used as a response for a given HttpRequest. |
| CacheEntryUpdater
Update a
HttpCacheEntry with new or updated information based on the latest
304 status response from the Server. |
| CacheKeyGenerator |
| CacheMap |
| CacheValidityPolicy |
| CachingExec
Request executor in the request execution chain that is responsible for
transparent client-side caching.
|
| CachingHttpClient
Deprecated.
(4.3) use
CachingHttpClientBuilder or CachingHttpClients. |
| CachingHttpClient.AsynchronousValidator
Deprecated.
|
| CachingHttpClientBuilder
Builder for
CloseableHttpClient
instances capable of client-side caching. |
| ConditionalRequestBuilder |
| FailureCache
Increase and reset the number of errors associated with a specific
identifier.
|
| FailureCacheValue
The error count with a creation timestamp and its associated key.
|
| HttpCache |
| RequestProtocolCompliance |
| RequestProtocolError |
| ResourceReference |
| ResponseCachingPolicy
Determines if an HttpResponse can be cached.
|
| ResponseProtocolCompliance |
| SchedulingStrategy
Specifies when revalidation requests are scheduled.
|
| SizeLimitedResponseReader |
| Variant
Records a set of information describing a cached variant.
|
| WarningValue
This class provides for parsing and understanding Warning headers.
|