Java org.apache.http.client.cache HttpCacheContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.cache HttpCacheContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.cache HttpCacheContext.

The text is from its open source code.

Field

StringCACHE_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.

Method