Uses of Class
org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
-
Packages that use CacheInvalidatorBase Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheInvalidatorBase in org.apache.hc.client5.http.impl.cache
Subclasses of CacheInvalidatorBase in org.apache.hc.client5.http.impl.cache Modifier and Type Class Description class
DefaultAsyncCacheInvalidator
Given a particular HTTP request / response pair, flush any cache entries that this exchange would invalidate.class
DefaultCacheInvalidator
Given a particular HTTP request / response pair, flush any cache entries that this exchange would invalidate.
-