Uses of Interface
org.apache.hc.client5.http.impl.cache.HttpAsyncCache
Packages that use HttpAsyncCache
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of HttpAsyncCache in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement HttpAsyncCacheFields in org.apache.hc.client5.http.impl.cache declared as HttpAsyncCacheConstructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpAsyncCacheModifierConstructorDescription(package private)
AsyncCachingExec
(HttpAsyncCache cache, ScheduledExecutorService executorService, SchedulingStrategy schedulingStrategy, CacheConfig config) (package private)
AsyncCachingExec
(HttpAsyncCache responseCache, CacheValidityPolicy validityPolicy, ResponseCachingPolicy responseCachingPolicy, CachedHttpResponseGenerator responseGenerator, CacheableRequestPolicy cacheableRequestPolicy, CachedResponseSuitabilityChecker suitabilityChecker, ResponseProtocolCompliance responseCompliance, RequestProtocolCompliance requestCompliance, DefaultAsyncCacheRevalidator cacheRevalidator, ConditionalRequestBuilder<org.apache.hc.core5.http.HttpRequest> conditionalRequestBuilder, CacheConfig config) (package private)
AsyncCachingExec
(HttpAsyncCache cache, DefaultAsyncCacheRevalidator cacheRevalidator, CacheConfig config)