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

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

Introduction

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

The text is from its open source code.

Field

CacheResponseStatusCACHE_MODULE_RESPONSE
The response was generated directly by the caching module.
CacheResponseStatusCACHE_HIT
A response was generated from the cache with no requests sent upstream.
CacheResponseStatusCACHE_MISS
The response came from an upstream server.
CacheResponseStatusVALIDATED
The response was generated from the cache after validating the entry with the origin server.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringtoString()
Returns a string representation of the object.