Squid Web Cache master
Loading...
Searching...
No Matches
CollapsingHistory Class Reference

collapsed forwarding history of a master transaction More...

#include <CollapsingHistory.h>

Public Member Functions

bool collapsed () const
 whether at least one request was collapsed
 

Public Attributes

int revalidationCollapses = 0
 the total number of collapsed internal revalidation requests
 
int otherCollapses = 0
 the total number of all other (a.k.a. "classic") collapsed requests
 

Detailed Description

Definition at line 13 of file CollapsingHistory.h.

Member Function Documentation

◆ collapsed()

bool CollapsingHistory::collapsed ( ) const
inline

Definition at line 17 of file CollapsingHistory.h.

References otherCollapses, and revalidationCollapses.

Referenced by LogTags::c_str().

Member Data Documentation

◆ otherCollapses

int CollapsingHistory::otherCollapses = 0

Definition at line 24 of file CollapsingHistory.h.

Referenced by collapsed().

◆ revalidationCollapses

int CollapsingHistory::revalidationCollapses = 0

Definition at line 22 of file CollapsingHistory.h.

Referenced by collapsed().


The documentation for this class was generated from the following file: