Uses of Class
org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-
Packages that use AbstractSerializingAsyncCacheStorage Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of AbstractSerializingAsyncCacheStorage in org.apache.hc.client5.http.impl.cache
Subclasses of AbstractSerializingAsyncCacheStorage in org.apache.hc.client5.http.impl.cache Modifier and Type Class Description class
AbstractBinaryAsyncCacheStorage<CAS>
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.
-