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
Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpAsyncCacheInvalidator Modifier and Type Method Description CachingH2AsyncClientBuilderCachingH2AsyncClientBuilder. setHttpCacheInvalidator(HttpAsyncCacheInvalidator cacheInvalidator)Deprecated.Do not use.CachingHttpAsyncClientBuilderCachingHttpAsyncClientBuilder. setHttpCacheInvalidator(HttpAsyncCacheInvalidator cacheInvalidator)Deprecated.Do not use.
-