Uses of Class
org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
Packages that use AbstractSerializingCacheStorage
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
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.cacheModifier and TypeClassDescriptionclassAbstract 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
Modifier and TypeClassDescriptionclassThis class is a storage backend that uses an external memcached for storing cached origin responses.