dwww-refresh-cache
is a simple shell script, which deletes outdated cache files and rebuilds
contents of the dwww cache directory
/var/cache/dwww.
In default installation, the script is called from
/etc/cron.daily/dwww,
so the cache is refreshed every day.
CONFIGURATION VARIABLES
DWWW_KEEPDAYS
Specifies, how many days documents that have not been accessed should be kept in the cache.
Default is
10
days.
DWWW_QUICKFIND_DB
Location of the installed packages and programs cache file, generated with help of
dwww-quickfind(8).
Default is
/var/cache/dwww/quickfind.dat.
DWWW_DOCBASE2PKG_DB
Location of the cache file, which maps installed doc-base files to packages names,
used by the
dwww-build-menu(8).
Default is
/var/cache/dwww/docbase2pkg.dat.