$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-02-27 01:27:02
Khassapov, Alex wrote:
> What are is the unit for HCACHEMAXAGE?
>
> Is it expressed in seconds?
Reading the code, it appears to be in "times". Each time
cache is read, age of all entries is incremented by 1.
When age reaches limit, the entry is discarded.
- Volodya