Uses of Interface
org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
-
Packages that use HttpAsyncCacheInvalidator Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of HttpAsyncCacheInvalidator in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement HttpAsyncCacheInvalidator Modifier and Type Class Description class
DefaultAsyncCacheInvalidator
Given 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 HttpAsyncCacheInvalidator Modifier and Type Field Description private HttpAsyncCacheInvalidator
BasicHttpAsyncCache. cacheInvalidator
private HttpAsyncCacheInvalidator
CachingH2AsyncClientBuilder. httpCacheInvalidator
private HttpAsyncCacheInvalidator
CachingHttpAsyncClientBuilder. httpCacheInvalidator
Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpAsyncCacheInvalidator Modifier and Type Method Description CachingH2AsyncClientBuilder
CachingH2AsyncClientBuilder. setHttpCacheInvalidator(HttpAsyncCacheInvalidator cacheInvalidator)
CachingHttpAsyncClientBuilder
CachingHttpAsyncClientBuilder. setHttpCacheInvalidator(HttpAsyncCacheInvalidator cacheInvalidator)
Constructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpAsyncCacheInvalidator Constructor Description BasicHttpAsyncCache(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpAsyncCacheInvalidator cacheInvalidator)
-