Uses of Interface
org.apache.hc.client5.http.cache.HttpCacheInvalidator
-
Packages that use HttpCacheInvalidator Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of HttpCacheInvalidator in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement HttpCacheInvalidator Modifier and Type Class Description classDefaultCacheInvalidatorGiven a particular HTTP request / response pair, flush any cache entries that this exchange would invalidate.Fields in org.apache.hc.client5.http.impl.cache declared as HttpCacheInvalidator Modifier and Type Field Description private HttpCacheInvalidatorBasicHttpCache. cacheInvalidatorprivate HttpCacheInvalidatorCachingHttpClientBuilder. httpCacheInvalidatorMethods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheInvalidator Modifier and Type Method Description CachingHttpClientBuilderCachingHttpClientBuilder. setHttpCacheInvalidator(HttpCacheInvalidator cacheInvalidator)Constructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheInvalidator Constructor Description BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpCacheInvalidator cacheInvalidator)
-