Uses of Enum
org.apache.hc.client5.http.impl.cache.CacheSuitability
Packages that use CacheSuitability
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of CacheSuitability in org.apache.hc.client5.http.impl.cache
Subclasses with type arguments of type CacheSuitability in org.apache.hc.client5.http.impl.cacheMethods in org.apache.hc.client5.http.impl.cache that return CacheSuitabilityModifier and TypeMethodDescriptionCachedResponseSuitabilityChecker.assessSuitability(RequestCacheControl requestCacheControl, ResponseCacheControl responseCacheControl, org.apache.hc.core5.http.HttpRequest request, HttpCacheEntry entry, Instant now) Determine if I can utilize the givenHttpCacheEntryto respond to the givenHttpRequest.static CacheSuitabilityReturns 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.