Package | Description |
---|---|
org.apache.hc.client5.http.impl.cache |
Caching API implementation for both the classic and
the asynchronous HTTP transports.
|
org.apache.hc.client5.http.impl.cache.ehcache |
Ehcache based caching backend implementation.
|
org.apache.hc.client5.http.impl.cache.memcached |
Memcached based caching backend
implementation.
|
Class and Description |
---|
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.
|
ByteArrayCacheEntrySerializer
Deprecated.
This class is deprecated and will be removed in a future release. Please use
HttpByteArrayCacheEntrySerializer for improved performance. |
CacheConfig
Configuration for HTTP caches
|
CacheConfig.Builder |
CacheKeyGenerator |
CachingH2AsyncClientBuilder
Builder for HTTP/2
CloseableHttpAsyncClient
instances capable of client-side caching. |
CachingHttpAsyncClientBuilder
Builder for
CloseableHttpAsyncClient
instances capable of client-side caching. |
CachingHttpClientBuilder
Builder for
CloseableHttpClient
instances capable of client-side caching. |
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. |
NoopCacheEntrySerializer
HttpCacheEntrySerializer that uses HttpCacheStorageEntry
as its cache content representation. |
Class and Description |
---|
AbstractSerializingCacheStorage
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
|
CacheConfig
Configuration for HTTP caches
|
Class and Description |
---|
AbstractBinaryAsyncCacheStorage
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
|
AbstractBinaryCacheStorage
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
|
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.
|
CacheConfig
Configuration for HTTP caches
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.