Uses of Class
org.miaixz.bus.http.cache.Cache
Packages that use Cache
Package
Description
An HTTP client for Java applications.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of Cache in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CacheMethods in org.miaixz.bus.http with parameters of type CacheModifier and TypeMethodDescriptionSets the cache to be used to read and write cached responses. -
Uses of Cache in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type CacheModifier and TypeMethodDescriptionSets the response cache to be used by this client.