See: Description
Class | Description |
---|---|
AbstractBinaryAsyncCacheStorage<CAS> |
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
|
AbstractBinaryCacheStorage<CAS> |
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
|
AbstractSerializingAsyncCacheStorage<T,CAS> |
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
|
AbstractSerializingCacheStorage<T,CAS> |
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
|
BasicHttpCacheStorage |
Basic
HttpCacheStorage implementation backed by an instance of
LinkedHashMap . |
ByteArrayCacheEntrySerializer | Deprecated
This class is deprecated and will be removed in a future release.
|
CacheConfig |
Configuration for HTTP caches
|
CacheConfig.Builder | |
CacheKeyGenerator | |
CacheSupport |
HTTP cache support utilities.
|
CachingExecBase | |
CachingH2AsyncClientBuilder |
Builder for HTTP/2
CloseableHttpAsyncClient
instances capable of client-side caching. |
CachingHttpAsyncClientBuilder |
Builder for
CloseableHttpAsyncClient
instances capable of client-side caching. |
CachingHttpAsyncClients |
Factory methods for
CloseableHttpAsyncClient instances
capable of client-side caching. |
CachingHttpClientBuilder |
Builder for
CloseableHttpClient
instances capable of client-side caching. |
CachingHttpClients |
Factory methods for
CloseableHttpClient instances
capable of client-side caching. |
FileResource |
Cache resource backed by a file.
|
FileResourceFactory |
Generates
Resource instances whose body is stored in a temporary file. |
HeapResource |
Cache resource backed by a byte array on the heap.
|
HeapResourceFactory |
Generates
Resource instances stored entirely in heap. |
HttpByteArrayCacheEntrySerializer |
This class implements the
HttpCacheEntrySerializer interface, which defines the contract for HTTP cache
entry serialization and deserialization. |
HttpCacheSupport | Deprecated
Do not use.
|
InternalCacheStorage | |
ManagedHttpCacheStorage |
HttpCacheStorage implementation capable of deallocating resources associated with
the cache entries. |
NoopCacheEntrySerializer |
HttpCacheEntrySerializer that uses HttpCacheStorageEntry
as its cache content representation. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.