|
Squid Web Cache v8/master
|
a storeGetPublic*() caller More...
#include <StoreClient.h>
Public Member Functions | |
| ~StoreClient () override | |
| virtual LogTags * | loggingTags () const =0 |
| virtual void | fillChecklist (ACLFilledChecklist &) const =0 |
| configure the given checklist (to reflect the current transaction state) | |
Protected Member Functions | |
| 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 | |
Definition at line 40 of file StoreClient.h.
|
inlineoverride |
Definition at line 44 of file StoreClient.h.
|
pure virtualinherited |
Implemented in Ssl::IcapPeerConnector, ConnStateData, clientReplyContext, htcpSpecifier, ICPState, MimeIcon, Security::PeerConnector, and UrnState.
Referenced by onCollapsingPath(), and Security::KeyLogger::shouldLog().
|
pure virtual |
Implemented in clientReplyContext, htcpSpecifier, ICPState, MimeIcon, and UrnState.
Referenced by startCollapsingOn().
|
inlineprotected |
Definition at line 59 of file StoreClient.h.
References onCollapsingPath().
Referenced by clientReplyContext::createStoreEntry(), and clientReplyContext::processExpired().
|
protected |
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 mayInitiateCollapsing(), and startCollapsingOn().
|
protected |
Definition at line 66 of file store_client.cc.
References debugs, didCollapse, StoreEntry::hittingRequiresCollapsing(), loggingTags(), and onCollapsingPath().
Referenced by htcpSpecifier::checkHit(), ICPState::confirmAndPrepHit(), clientReplyContext::identifyFoundObject(), clientReplyContext::processExpired(), and UrnState::start().
|
mutableprotected |
Definition at line 64 of file StoreClient.h.
Referenced by clientReplyContext::cacheHit(), htcpSpecifier::checkHit(), ICPState::confirmAndPrepHit(), and startCollapsingOn().