Uses of Class
org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator
Packages that use DefaultAsyncCacheRevalidator
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of DefaultAsyncCacheRevalidator in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache declared as DefaultAsyncCacheRevalidatorModifier and TypeFieldDescriptionprivate final DefaultAsyncCacheRevalidator
AsyncCachingExec.cacheRevalidator
Constructors in org.apache.hc.client5.http.impl.cache with parameters of type DefaultAsyncCacheRevalidatorModifierConstructorDescription(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)