| AbstractSerializingAsyncCacheStorage |
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
|
| AbstractSerializingCacheStorage |
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
|
| AsyncCachingExec.CachingAsyncDataConsumer |
|
| ByteArrayCacheEntrySerializer |
Deprecated.
|
| CacheableRequestPolicy |
Determines if an HttpRequest is allowed to be served from the cache.
|
| CacheConfig |
Configuration for HTTP caches
|
| CacheConfig.Builder |
|
| CacheControlHeaderGenerator |
|
| CacheControlHeaderParser |
A parser for the HTTP Cache-Control header that can be used to extract information about caching directives.
|
| CachedHttpResponseGenerator |
|
| CachedResponseSuitabilityChecker |
Determines whether a given HttpCacheEntry is suitable to be
used as a response for a given HttpRequest.
|
| CacheHit |
|
| CacheKeyGenerator |
|
| CacheMatch |
Represents a full match or a partial match (variant options)
result of a cache lookup operation.
|
| CacheRevalidatorBase |
Abstract cache re-validation class.
|
| CacheRevalidatorBase.ScheduledExecutor |
|
| CacheSuitability |
|
| CacheValidityPolicy |
|
| CachingExecBase |
|
| CachingH2AsyncClientBuilder |
|
| CachingHttpAsyncClientBuilder |
|
| CachingHttpClientBuilder |
|
| ConditionalRequestBuilder |
|
| DefaultAsyncCacheRevalidator |
Class used for asynchronous revalidations to be used when the stale-while-revalidate
directive is present
|
| DefaultAsyncCacheRevalidator.RevalidationCall |
|
| DefaultCacheRevalidator |
Class used for asynchronous revalidations to be used when
the stale-while-revalidate directive is present
|
| DefaultCacheRevalidator.RevalidationCall |
|
| HeapResourceFactory |
Generates Resource instances stored entirely in heap.
|
| HttpAsyncCache |
|
| HttpByteArrayCacheEntrySerializer |
This class implements the HttpCacheEntrySerializer interface, which defines the contract for HTTP cache
entry serialization and deserialization.
|
| HttpCache |
|
| InternalCacheStorage |
|
| NoopCacheEntrySerializer |
|
| RequestViaCache |
This response interceptor adds VIA header to all outgoing
request messages dispatched through the caching layer.
|
| ResourceReference |
|
| ResponseCacheConformance |
This response interceptor removes common Content- headers from the 304
response messages based on the provision of the HTTP specification that 304
status code represents a confirmation that the requested resource content has
not changed since its retrieval or the last update and adds Date
header if it is not present in the response message..
|
| ResponseCachingPolicy |
|
| ResponseViaCache |
This response interceptor adds VIA header to all incoming
response messages dispatched through the caching layer.
|
| ViaCacheGenerator |
|