Uses of Class
org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
-
Packages that use CacheValidityPolicy Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheValidityPolicy in org.apache.hc.client5.http.impl.cache
Subclasses of CacheValidityPolicy in org.apache.hc.client5.http.impl.cache Modifier and Type Class Description private static class
HttpByteArrayCacheEntrySerializer.NoAgeCacheValidityPolicy
Cache validity policy that always returns an age ofTimeValue.ZERO_MILLISECONDS
.Fields in org.apache.hc.client5.http.impl.cache declared as CacheValidityPolicy Modifier and Type Field Description (package private) CacheValidityPolicy
CachingExecBase. validityPolicy
private CacheValidityPolicy
CachedHttpResponseGenerator. validityStrategy
private CacheValidityPolicy
CachedResponseSuitabilityChecker. validityStrategy
-