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()获取缓存控制指令。Methods in org.miaixz.bus.http with parameters of type CacheControlModifier and TypeMethodDescriptionRequest.Builder.cacheControl(CacheControl cacheControl) 设置缓存控制头部。 -
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的缓存指令。