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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryCacheStorage<CAS>
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheHttpCacheStorage<T>
This class is a storage backend for cache entries that uses the
popular Ehcache cache implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
MemcachedHttpCacheStorage
This class is a storage backend that uses an external memcached
for storing cached origin responses.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.