Uses of Interface
org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
Packages that use HttpAsyncCacheInvalidator
Package
Description
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 HttpAsyncCacheInvalidatorModifier and TypeClassDescriptionclassGiven 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 HttpAsyncCacheInvalidatorModifier and TypeFieldDescriptionprivate final HttpAsyncCacheInvalidatorBasicHttpAsyncCache.cacheInvalidatorprivate HttpAsyncCacheInvalidatorCachingH2AsyncClientBuilder.httpCacheInvalidatorprivate HttpAsyncCacheInvalidatorCachingHttpAsyncClientBuilder.httpCacheInvalidatorMethods in org.apache.hc.client5.http.impl.cache with parameters of type HttpAsyncCacheInvalidatorModifier and TypeMethodDescriptionCachingH2AsyncClientBuilder.setHttpCacheInvalidator(HttpAsyncCacheInvalidator cacheInvalidator) CachingHttpAsyncClientBuilder.setHttpCacheInvalidator(HttpAsyncCacheInvalidator cacheInvalidator) Constructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpAsyncCacheInvalidatorModifierConstructorDescriptionBasicHttpAsyncCache(ResourceFactory resourceFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpAsyncCacheInvalidator cacheInvalidator)