Uses of Interface
org.apache.hc.client5.http.impl.cache.DefaultCacheRevalidator.RevalidationCall
-
Packages that use DefaultCacheRevalidator.RevalidationCall Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of DefaultCacheRevalidator.RevalidationCall in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache with parameters of type DefaultCacheRevalidator.RevalidationCall Modifier and Type Method Description void
DefaultCacheRevalidator. revalidateCacheEntry(java.lang.String cacheKey, DefaultCacheRevalidator.RevalidationCall call)
Schedules an asynchronous re-validation
-