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  HttpCacheStorageimplementation backed by an instance ofLinkedHashMap. | 
| ByteArrayCacheEntrySerializer | HttpCacheEntrySerializerimplementation that uses the default (native)
 serialization. | 
| CacheConfig | Java Beans-style configuration for caching  HttpClient. | 
| CacheConfig.Builder | |
| CacheKeyGenerator | |
| CachingExecBase | |
| CachingH2AsyncClientBuilder | Builder for HTTP/2  CloseableHttpAsyncClientinstances capable of client-side caching. | 
| CachingHttpAsyncClientBuilder | Builder for  CloseableHttpAsyncClientinstances capable of client-side caching. | 
| CachingHttpAsyncClients | Factory methods for  CloseableHttpAsyncClientinstances
 capable of client-side caching. | 
| CachingHttpClientBuilder | Builder for  CloseableHttpClientinstances capable of client-side caching. | 
| CachingHttpClients | Factory methods for  CloseableHttpClientinstances
 capable of client-side caching. | 
| DefaultAsyncCacheInvalidator | Given a particular HTTP request / response pair, flush any cache entries
 that this exchange would invalidate. | 
| DefaultCacheInvalidator | Given a particular HTTP request / response pair, flush any cache entries
 that this exchange would invalidate. | 
| FileResource | Cache resource backed by a file. | 
| FileResourceFactory | Generates  Resourceinstances whose body is stored in a temporary file. | 
| HeapResource | Cache resource backed by a byte array on the heap. | 
| HeapResourceFactory | Generates  Resourceinstances stored entirely in heap. | 
| HttpByteArrayCacheEntrySerializer | Cache serializer and deserializer that uses an HTTP-like format. | 
| HttpCacheSupport | HTTP cache support utilities. | 
| ManagedHttpCacheStorage | HttpCacheStorageimplementation capable of deallocating resources associated with
 the cache entries. | 
| NoopCacheEntrySerializer | HttpCacheEntrySerializerthat usesHttpCacheStorageEntryas its cache content representation. | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.