Squid Web Cache master
Loading...
Searching...
No Matches
stale_flags Struct Reference

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.
 

Detailed Description

Flags indicating which staleness algorithm has been applied.

Definition at line 44 of file refresh.cc.

Member Data Documentation

◆ expires

bool stale_flags::expires

Definition at line 45 of file refresh.cc.

Referenced by refreshCheck(), and refreshStaleness().

◆ lmfactor

bool stale_flags::lmfactor

Definition at line 47 of file refresh.cc.

Referenced by refreshCheck(), and refreshStaleness().

◆ max

bool stale_flags::max

Definition at line 48 of file refresh.cc.

Referenced by refreshCheck(), and refreshStaleness().

◆ min

bool stale_flags::min

Definition at line 46 of file refresh.cc.

Referenced by refreshCheck(), and refreshStaleness().


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