Interface RedirectCache

All Known Implementing Classes:
RedirectCache.Default

public interface RedirectCache

A cache for HTTP redirects.

For a request that is redirected, implementations may cache the redirected HTTP method and URI, so that following requests for the same original HTTP method and URI are performed using the redirected HTTP method and URI.