Uses of Class
org.apache.hc.client5.http.impl.cache.AbstractBinaryAsyncCacheStorage
-
Packages that use AbstractBinaryAsyncCacheStorage Package Description org.apache.hc.client5.http.impl.cache.memcached Memcached based caching backend implementation. -
-
Uses of AbstractBinaryAsyncCacheStorage in org.apache.hc.client5.http.impl.cache.memcached
Subclasses of AbstractBinaryAsyncCacheStorage in org.apache.hc.client5.http.impl.cache.memcached Modifier and Type Class Description classMemcachedHttpAsyncCacheStorageThis class is a storage backend that uses an external memcached for storing cached origin responses.
-