Uses of Class
org.miaixz.bus.http.cache.CacheControl
Packages that use CacheControl
Package
Description
An HTTP client for Java applications.
Provides classes for caching HTTP responses.
-
Uses of CacheControl in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CacheControlModifier and TypeMethodDescriptionRequest.cacheControl()Returns the cache control directives for this request.Response.cacheControl()Returns the cache control directives.Methods in org.miaixz.bus.http with parameters of type CacheControlModifier and TypeMethodDescriptionRequest.Builder.cacheControl(CacheControl cacheControl) Sets the cache control header. -
Uses of CacheControl in org.miaixz.bus.http.cache
Fields in org.miaixz.bus.http.cache declared as CacheControlModifier and TypeFieldDescriptionstatic final CacheControlCacheControl.FORCE_CACHEA cache control request directive that uses only the cache, even if the cached response is stale.static final CacheControlCacheControl.FORCE_NETWORKA cache control request directive that requires a network validation for the response.Methods in org.miaixz.bus.http.cache that return CacheControlModifier and TypeMethodDescriptionCacheControl.Builder.build()Builds a newCacheControlinstance.static CacheControlReturns the cache directives ofheaders.