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