Uses of Class
org.apache.hc.client5.http.cache.RequestCacheControl
Packages that use RequestCacheControl
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
-
Uses of RequestCacheControl in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache declared as RequestCacheControlMethods in org.apache.hc.client5.http.cache that return RequestCacheControlModifier and TypeMethodDescriptionRequestCacheControl.Builder.build()HttpCacheContext.getRequestCacheControl()Represents cache control requested by the client.final RequestCacheControlHttpCacheContext.getRequestCacheControlOrDefault()Returns cache control requested by the client orRequestCacheControl.DEFAULTif not explicitly set in the context.Methods in org.apache.hc.client5.http.cache with parameters of type RequestCacheControlModifier and TypeMethodDescriptionCacheContextBuilder.setCacheControl(RequestCacheControl cacheControl) voidHttpCacheContext.setRequestCacheControl(RequestCacheControl requestCacheControl)