Uses of Class
org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Packages that use CacheKeyGenerator Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheKeyGenerator in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache declared as CacheKeyGenerator Modifier and Type Field Description private CacheKeyGeneratorBasicHttpAsyncCache. cacheKeyGeneratorprivate CacheKeyGeneratorBasicHttpCache. cacheKeyGeneratorstatic CacheKeyGeneratorCacheKeyGenerator. INSTANCEConstructors in org.apache.hc.client5.http.impl.cache with parameters of type CacheKeyGenerator Constructor Description BasicHttpAsyncCache(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpAsyncCache(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpAsyncCacheInvalidator cacheInvalidator)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpCacheInvalidator cacheInvalidator)
-