Uses of Interface
org.apache.hc.client5.http.impl.cache.HttpCache
-
Packages that use HttpCache Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of HttpCache in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement HttpCache Modifier and Type Class Description (package private) class
BasicHttpCache
Fields in org.apache.hc.client5.http.impl.cache declared as HttpCache Modifier and Type Field Description private HttpCache
CachingExec. responseCache
Constructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCache Constructor Description CachingExec(HttpCache cache, java.util.concurrent.ScheduledExecutorService executorService, SchedulingStrategy schedulingStrategy, CacheConfig config)
CachingExec(HttpCache responseCache, CacheValidityPolicy validityPolicy, ResponseCachingPolicy responseCachingPolicy, CachedHttpResponseGenerator responseGenerator, CacheableRequestPolicy cacheableRequestPolicy, CachedResponseSuitabilityChecker suitabilityChecker, ResponseProtocolCompliance responseCompliance, RequestProtocolCompliance requestCompliance, DefaultCacheRevalidator cacheRevalidator, ConditionalRequestBuilder<org.apache.hc.core5.http.ClassicHttpRequest> conditionalRequestBuilder, CacheConfig config)
CachingExec(HttpCache cache, DefaultCacheRevalidator cacheRevalidator, CacheConfig config)
-