Page Speed Optimization Libraries
1.13.35.1
|
When a lookup is done in the HTTP Cache, it returns one of these values. More...
#include "http_cache.h"
Public Member Functions | |
FindResult (FindResultClassification in_status, FetchResponseStatus in_failure_details) | |
bool | operator== (const FindResult &other) const |
bool | operator!= (const FindResult &other) const |
Public Attributes | |
FindResultClassification | status |
FetchResponseStatus | failure_details |
When a lookup is done in the HTTP Cache, it returns one of these values.
FetchResponseStatus net_instaweb::HTTPCache::FindResult::failure_details |
This should be kFetchStatusNotSet if status is kNotFound. This should be OK if status is kFound. This should be one of the other values of FetchResponseStatus if status is kRecentFailure, describing exactly the kind of failure that got remembered.