Uses of Class
org.miaixz.bus.http.cache.CacheControl
Packages that use CacheControl
-
Uses of CacheControl in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CacheControlModifier and TypeMethodDescriptionRequest.cacheControl()Response.cacheControl()Returns the cache control directives for this response.Methods in org.miaixz.bus.http with parameters of type CacheControlModifier and TypeMethodDescriptionRequest.Builder.cacheControl(CacheControl cacheControl) Sets this request'sCache-Controlheader, replacing any cache control headers already present. -
Uses of CacheControl in org.miaixz.bus.http.cache
Fields in org.miaixz.bus.http.cache declared as CacheControlModifier and TypeFieldDescriptionstatic final CacheControlCacheControl.FORCE_CACHE仅使用缓存的缓存控制请求指令,即使缓存的响应已过期。static final CacheControlCacheControl.FORCE_NETWORK需要对响应进行网络验证的缓存控制请求指令。Methods in org.miaixz.bus.http.cache that return CacheControlModifier and TypeMethodDescriptionCacheControl.Builder.build()static CacheControl返回headers的缓存指令。