Uses of Class
org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
-
Packages that use CachedHttpResponseGenerator Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CachedHttpResponseGenerator in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache declared as CachedHttpResponseGenerator Modifier and Type Field Description (package private) CachedHttpResponseGeneratorCachingExecBase. responseGeneratorConstructors in org.apache.hc.client5.http.impl.cache with parameters of type CachedHttpResponseGenerator Constructor Description CachingExecBase(CacheValidityPolicy validityPolicy, ResponseCachingPolicy responseCachingPolicy, CachedHttpResponseGenerator responseGenerator, CacheableRequestPolicy cacheableRequestPolicy, CachedResponseSuitabilityChecker suitabilityChecker, CacheConfig config)
-