You have simply to include the main cache filename AlberT-cache.inc.php, eventually overwriting some configuration variables just before inclusion
CLASS NAME | DESCRIPTION |
$CACHE_1SITE (line 89)
The value of this variable affects the entire site.
$CACHE_ALSO (line 57)
This configuration variable may be overwritten in every page. This is usefull if you want a different page based on the value of a particular variable not yet in POST or GET. i.e.: your pages are different based on the value of $_SESSION['username'].
$CACHE_DEBUG (line 69)
The value of this variable affects the entire site.
$CACHE_DIR (line 95)
The value of this variable affects the entire site.
$CACHE_EXP (line 82)
The value of this variable affects the entire site.
$CACHE_GC (line 101)
The value of this variable affects the entire site.
$CACHE_GZIP (line 27)
This configuration variable may be overwritten in every page.
$CACHE_ON (line 75)
The value of this variable affects the entire site.
$CACHE_POST (line 34)
This configuration variable may be overwritten in every page.
$CACHE_TIMEOUT (line 43)
This configuration variable may be overwritten in every page.
$CACHE_UMASK (line 108)
The value of this variable affects the entire site. You don't need to change if you don't know what it is :-P