|
Squid Web Cache master
|
Public Attributes | |
| bool | expires |
| Expires: header absolute timestamp limit. | |
| bool | min |
| Heuristic minimum age limited. | |
| bool | lmfactor |
| Last-Modified with heuristic determines limit. | |
| bool | max |
| Configured maximum age limit. | |
Flags indicating which staleness algorithm has been applied.
Definition at line 44 of file refresh.cc.
| bool stale_flags::expires |
Definition at line 45 of file refresh.cc.
Referenced by refreshCheck(), and refreshStaleness().
| bool stale_flags::lmfactor |
Definition at line 47 of file refresh.cc.
Referenced by refreshCheck(), and refreshStaleness().
| bool stale_flags::max |
Definition at line 48 of file refresh.cc.
Referenced by refreshCheck(), and refreshStaleness().
| bool stale_flags::min |
Definition at line 46 of file refresh.cc.
Referenced by refreshCheck(), and refreshStaleness().