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) class
CacheInvalidator
Given 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 HttpCacheInvalidator
BasicHttpCache. cacheInvalidator
private HttpCacheInvalidator
CachingHttpClientBuilder. httpCacheInvalidator
Methods in org.apache.http.impl.client.cache with parameters of type HttpCacheInvalidator Modifier and Type Method Description CachingHttpClientBuilder
CachingHttpClientBuilder. 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)
-