Uses of Class
org.apache.hc.client5.http.impl.cache.CacheSuitability
-
Packages that use CacheSuitability Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheSuitability in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return CacheSuitability Modifier and Type Method Description CacheSuitabilityCachedResponseSuitabilityChecker. assessSuitability(RequestCacheControl requestCacheControl, ResponseCacheControl responseCacheControl, org.apache.hc.core5.http.HttpRequest request, HttpCacheEntry entry, java.time.Instant now)Determine if I can utilize the givenHttpCacheEntryto respond to the givenHttpRequest.static CacheSuitabilityCacheSuitability. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheSuitability[]CacheSuitability. values()Returns an array containing the constants of this enum type, in the order they are declared.
-