Uses of Interface
org.apache.hc.client5.http.impl.cache.HttpCache
Packages that use HttpCache
Package
Description
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 HttpCacheFields in org.apache.hc.client5.http.impl.cache declared as HttpCacheConstructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheModifierConstructorDescription(package private)
CachingExec
(HttpCache cache, ScheduledExecutorService executorService, SchedulingStrategy schedulingStrategy, CacheConfig config) (package private)
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) (package private)
CachingExec
(HttpCache cache, DefaultCacheRevalidator cacheRevalidator, CacheConfig config)