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) classDefaultAsyncCacheRevalidatorClass used for asynchronous revalidations to be used when thestale-while-revalidatedirective is present(package private) classDefaultCacheRevalidatorClass used for asynchronous revalidations to be used when thestale-while-revalidatedirective is present
-