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. INSTANCEDefault instance ofCacheKeyGenerator.Constructors 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, HttpCacheEntryFactory cacheEntryFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheEntryFactory cacheEntryFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)
-