Uses of Class
org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
Packages that use CacheKeyGenerator
Package
Description
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 CacheKeyGeneratorModifier and TypeFieldDescriptionprivate final CacheKeyGeneratorBasicHttpAsyncCache.cacheKeyGeneratorprivate final CacheKeyGeneratorBasicHttpCache.cacheKeyGeneratorstatic final CacheKeyGeneratorCacheKeyGenerator.INSTANCEDefault instance ofCacheKeyGenerator.Constructors in org.apache.hc.client5.http.impl.cache with parameters of type CacheKeyGeneratorModifierConstructorDescriptionBasicHttpAsyncCache(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)