Uses of Class
org.apache.hc.client5.http.cache.ResponseCacheControl
Packages that use ResponseCacheControl
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
-
Uses of ResponseCacheControl in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache declared as ResponseCacheControlMethods in org.apache.hc.client5.http.cache that return ResponseCacheControlModifier and TypeMethodDescriptionResponseCacheControl.Builder.build()HttpCacheContext.getResponseCacheControl()Represents cache control enforced by the server.final ResponseCacheControlHttpCacheContext.getResponseCacheControlOrDefault()Represents cache control enforced by the server orDEFAULTif not explicitly set in the context.Methods in org.apache.hc.client5.http.cache with parameters of type ResponseCacheControlModifier and TypeMethodDescriptionvoidHttpCacheContext.setResponseCacheControl(ResponseCacheControl responseCacheControl)