Uses of Class
org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-
Packages that use AbstractSerializingCacheStorage 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.memcached Memcached based caching backend implementation. -
-
Uses of AbstractSerializingCacheStorage in org.apache.hc.client5.http.impl.cache
Subclasses of AbstractSerializingCacheStorage in org.apache.hc.client5.http.impl.cache Modifier and Type Class Description classAbstractBinaryCacheStorage<CAS>Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates. -
Uses of AbstractSerializingCacheStorage in org.apache.hc.client5.http.impl.cache.memcached
Subclasses of AbstractSerializingCacheStorage in org.apache.hc.client5.http.impl.cache.memcached Modifier and Type Class Description classMemcachedHttpCacheStorageThis class is a storage backend that uses an external memcached for storing cached origin responses.
-