Class HttpCacheContext

  • All Implemented Interfaces:
    org.apache.http.protocol.HttpContext

    public class HttpCacheContext
    extends HttpClientContext
    Since:
    4.3
    • Field Detail

      • CACHE_RESPONSE_STATUS

        public static final java.lang.String CACHE_RESPONSE_STATUS
        This is the name under which the CacheResponseStatus of a request (for example, whether it resulted in a cache hit) will be recorded if an HttpContext is provided during execution.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HttpCacheContext

        public HttpCacheContext​(org.apache.http.protocol.HttpContext context)
      • HttpCacheContext

        public HttpCacheContext()