|
Squid Web Cache master
|
Public Member Functions | |
| ICP3State (icp_common_t &aHeader, HttpRequest *aRequest) | |
| ~ICP3State () override=default | |
| bool | isHit () const |
| whether the cache contains the requested entry | |
Public Attributes | |
| icp_common_t | header |
| HttpRequest * | request |
| int | fd |
| Ip::Address | from |
| char * | url |
| AccessLogEntryPointer | al |
Protected Member Functions | |
| LogTags * | loggingTags () const override |
| void | fillChecklist (ACLFilledChecklist &) const override |
| configure the given checklist (to reflect the current transaction state) | |
| bool | confirmAndPrepHit (const StoreEntry &) const |
| either confirms and starts processing a cache hit or returns false | |
| bool | startCollapsingOn (const StoreEntry &, const bool doingRevalidation) const |
| bool | mayInitiateCollapsing () const |
| whether Squid configuration allows us to become a CF initiator | |
| bool | onCollapsingPath () const |
| whether Squid configuration allows collapsing for this transaction | |
Protected Attributes | |
| bool | didCollapse = false |
| whether startCollapsingOn() was called and returned true | |
|
inline |
|
overridedefault |
|
protectedinherited |
Definition at line 168 of file icp_v2.cc.
References Config, StoreClient::didCollapse, StoreEntry::hittingRequiresCollapsing(), SquidConfig::icp_hit_stale, SquidConfig::onoff, refreshCheckICP(), ICPState::request, StoreClient::startCollapsingOn(), and StoreEntry::validToSend().
Referenced by ICPState::isHit().
|
overrideprotectedvirtualinherited |
Implements Acl::ChecklistFiller.
Definition at line 192 of file icp_v2.cc.
References ACLFilledChecklist::al, ICPState::al, ICPState::from, icpSyncAle(), ICPState::request, ACLFilledChecklist::setRequest(), and ICPState::url.
|
inherited |
Definition at line 155 of file icp_v2.cc.
References ICPState::confirmAndPrepHit(), Http::METHOD_GET, storeGetPublic(), and ICPState::url.
Referenced by doV2Query(), and doV3Query().
|
overrideprotectedvirtualinherited |
Implements StoreClient.
Definition at line 183 of file icp_v2.cc.
References ICPState::al, AccessLogEntry::cache, and AccessLogEntry::CacheDetails::code.
|
inlineprotectedinherited |
Definition at line 59 of file StoreClient.h.
References StoreClient::onCollapsingPath().
Referenced by clientReplyContext::createStoreEntry(), and clientReplyContext::processExpired().
|
protectedinherited |
Definition at line 52 of file store_client.cc.
References SquidConfig::accessList, Acl::Answer::allowed(), SquidConfig::collapsed_forwarding, SquidConfig::collapsedForwardingAccess, Config, ACLChecklist::fastCheck(), Acl::ChecklistFiller::fillChecklist(), and SquidConfig::onoff.
Referenced by StoreClient::mayInitiateCollapsing(), and StoreClient::startCollapsingOn().
|
protectedinherited |
Definition at line 66 of file store_client.cc.
References debugs, StoreClient::didCollapse, StoreEntry::hittingRequiresCollapsing(), StoreClient::loggingTags(), and StoreClient::onCollapsingPath().
Referenced by htcpSpecifier::checkHit(), ICPState::confirmAndPrepHit(), clientReplyContext::identifyFoundObject(), clientReplyContext::processExpired(), and UrnState::start().
|
mutableinherited |
Definition at line 77 of file ICP.h.
Referenced by doV2Query(), doV3Query(), ICPState::fillChecklist(), and ICPState::loggingTags().
|
mutableprotectedinherited |
Definition at line 64 of file StoreClient.h.
Referenced by clientReplyContext::cacheHit(), htcpSpecifier::checkHit(), ICPState::confirmAndPrepHit(), and StoreClient::startCollapsingOn().
|
inherited |
Definition at line 73 of file ICP.h.
Referenced by doV2Query(), and doV3Query().
|
inherited |
Definition at line 75 of file ICP.h.
Referenced by doV2Query(), doV3Query(), and ICPState::fillChecklist().
|
inherited |
|
inherited |
Definition at line 72 of file ICP.h.
Referenced by ICPState::ICPState(), ICPState::~ICPState(), ICPState::confirmAndPrepHit(), doV2Query(), and ICPState::fillChecklist().
|
inherited |
Definition at line 76 of file ICP.h.
Referenced by ICPState::~ICPState(), doV2Query(), doV3Query(), ICPState::fillChecklist(), and ICPState::isHit().