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.INSTANCEConstructors in org.apache.hc.client5.http.impl.cache with parameters of type CacheKeyGeneratorModifierConstructorDescriptionBasicHttpAsyncCache(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)