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. -
-
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 class
AbstractBinaryCacheStorage<CAS>
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
-