Uses of Class
org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
-
Packages that use CacheRevalidatorBase Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheRevalidatorBase in org.apache.hc.client5.http.impl.cache
Subclasses of CacheRevalidatorBase in org.apache.hc.client5.http.impl.cache Modifier and Type Class Description (package private) class
DefaultAsyncCacheRevalidator
Class used for asynchronous revalidations to be used when thestale-while-revalidate
directive is present(package private) class
DefaultCacheRevalidator
Class used for asynchronous revalidations to be used when thestale-while-revalidate
directive is present
-