|
Squid Web Cache master
|
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 | |
Definition at line 13 of file CollapsingHistory.h.
|
inline |
Definition at line 17 of file CollapsingHistory.h.
References otherCollapses, and revalidationCollapses.
Referenced by LogTags::c_str().
| int CollapsingHistory::otherCollapses = 0 |
Definition at line 24 of file CollapsingHistory.h.
Referenced by collapsed().
| int CollapsingHistory::revalidationCollapses = 0 |
Definition at line 22 of file CollapsingHistory.h.
Referenced by collapsed().