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) classBasicHttpCacheFields in org.apache.hc.client5.http.impl.cache declared as HttpCache Modifier and Type Field Description private HttpCacheCachingExec. responseCacheConstructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCache Constructor Description CachingExec(HttpCache cache, DefaultCacheRevalidator cacheRevalidator, CacheConfig config)
-