Uses of Class
org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
Packages that use AbstractSerializingAsyncCacheStorage
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
Memcached based caching backend
implementation.
-
Uses of AbstractSerializingAsyncCacheStorage in org.apache.hc.client5.http.impl.cache
Modifier and TypeClassDescriptionclassAbstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates. -
Uses of AbstractSerializingAsyncCacheStorage in org.apache.hc.client5.http.impl.cache.memcached
Subclasses of AbstractSerializingAsyncCacheStorage in org.apache.hc.client5.http.impl.cache.memcachedModifier and TypeClassDescriptionclassThis class is a storage backend that uses an external memcached for storing cached origin responses.