Uses of Package
org.miaixz.bus.http.cache
Packages that use org.miaixz.bus.http.cache
Package
Description
An HTTP client for Java applications.
Provides classes for caching HTTP responses.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Classes in org.miaixz.bus.http.cache used by org.miaixz.bus.httpClassDescriptionCaches HTTP and HTTPS responses to the filesystem so they can be reused, saving time and bandwidth.A cache control header with caching directives from a server or client.
-
Classes in org.miaixz.bus.http.cache used by org.miaixz.bus.http.cacheClassDescriptionA cache control header with caching directives from a server or client.A builder for creating
Cache-Controlrequest headers.An interface for writing a response to the cache.Given a request and a cached response, this class determines whether to use the network, the cache, or both.A cache that uses a limited amount of space on a filesystem.Access to read and write files on a hierarchical data store.Edits the values for an entry.A snapshot of the values for an entry.An internal interface for Http's cache. -
Classes in org.miaixz.bus.http.cache used by org.miaixz.bus.http.plugin.httpzClassDescriptionCaches HTTP and HTTPS responses to the filesystem so they can be reused, saving time and bandwidth.