Uses of Package
org.miaixz.bus.http.cache
Packages that use org.miaixz.bus.http.cache
Package
Description
Java应用的HTTP客户端
请求缓存支持
Httpz 实现
-
Classes in org.miaixz.bus.http.cache used by org.miaixz.bus.httpClassDescription缓存HTTP和HTTPS对文件系统的响应,以便可以重用它们,从而节省时间和带宽.缓存控制头,带有来自服务器或客户端的缓存指令。
-
Classes in org.miaixz.bus.http.cache used by org.miaixz.bus.http.cacheClassDescription缓存控制头,带有来自服务器或客户端的缓存指令。构建一个
Cache-Control请求头缓存请求信息给定一个请求和缓存的响应,这将确定是使用网络、缓存还是两者都使用 选择缓存策略可能会向请求添加条件(比如条件get的“if - modified - since”报头) 或向缓存的响应添加警告(如果缓存的数据可能过时)使用文件系统上有限空间的缓存。Access to read and write files on a hierarchical data store.Edits the values for an entry.快照信息Http's 的内部缓存接口 应用程序不应该实现这个:而是使用Cache -
Classes in org.miaixz.bus.http.cache used by org.miaixz.bus.http.plugin.httpz