Module bus.http

Package org.miaixz.bus.http.cache


package org.miaixz.bus.http.cache
Provides classes for caching HTTP responses.
Since:
Java 17+
Author:
Kimi Liu
  • Class
    Description
    Caches 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.
    A builder for creating Cache-Control request headers.
    An interceptor that serves requests from the cache and writes responses to the cache.
    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 factory for creating CacheStrategy instances.
    A cache that uses a limited amount of space on a filesystem.
    Access to read and write files on a hierarchical data store.
    An internal interface for Http's cache.