Uses of Interface
org.apache.http.client.cache.HttpCacheInvalidator
-
Packages that use HttpCacheInvalidator Package Description org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. -
-
Uses of HttpCacheInvalidator in org.apache.http.impl.client.cache
Classes in org.apache.http.impl.client.cache that implement HttpCacheInvalidator Modifier and Type Class Description (package private) classCacheInvalidatorGiven a particular HttpRequest, flush any cache entries that this request would invalidate.Fields in org.apache.http.impl.client.cache declared as HttpCacheInvalidator Modifier and Type Field Description private HttpCacheInvalidatorBasicHttpCache. cacheInvalidatorprivate HttpCacheInvalidatorCachingHttpClientBuilder. httpCacheInvalidatorMethods in org.apache.http.impl.client.cache with parameters of type HttpCacheInvalidator Modifier and Type Method Description CachingHttpClientBuilderCachingHttpClientBuilder. setHttpCacheInvalidator(HttpCacheInvalidator cacheInvalidator)Constructors in org.apache.http.impl.client.cache with parameters of type HttpCacheInvalidator Constructor Description BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config, CacheKeyGenerator uriExtractor, HttpCacheInvalidator cacheInvalidator)
-