<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link rel="stylesheet" href="media/stylesheet.css" />
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
<body bgcolor="#ffffff" ><a name="top"></a>
<h2>Element Index, Package AlberT-cache</h2>
<ul>
</ul>
<a href="elementindex.html"><strong>Index of all elements</strong></a>
<br />
<a href="elementindex_AlberT-cache.html#a">a</a>
<a href="elementindex_AlberT-cache.html#c">c</a>
<a href="elementindex_AlberT-cache.html#d">d</a>
<a href="elementindex_AlberT-cache.html#e">e</a>
<a href="elementindex_AlberT-cache.html#f">f</a>
<a href="elementindex_AlberT-cache.html#g">g</a>
<a href="elementindex_AlberT-cache.html#i">i</a>
<a href="elementindex_AlberT-cache.html#l">l</a>
<a href="elementindex_AlberT-cache.html#m">m</a>
<a href="elementindex_AlberT-cache.html#o">o</a>
<a href="elementindex_AlberT-cache.html#p">p</a>
<a href="elementindex_AlberT-cache.html#s">s</a>
<a href="elementindex_AlberT-cache.html#t">t</a>
<a href="elementindex_AlberT-cache.html#u">u</a>
<a href="elementindex_AlberT-cache.html#v">v</a>
<br /><br />
<table border="0" width="100%">
<thead>
<tr>
<td><strong>a</strong></td>
<td align='right'><a name="a"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$absfile</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$absfile">AlberTcache::$absfile</a></td>
</tr>
<tr>
<td> <strong>$also</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$also">AlberTcache::$also</a></td>
</tr>
<tr>
<td> <strong>add_fs</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodadd_fs">AlberTcache::add_fs()</a><br> Writes out the cache</td>
</tr>
<tr>
<td> <strong>AlberT-cache.inc.php</strong></td>
<td width="100%" align="left" valign="top">procedural page <a href="AlberT-cache/_AlberT-cache_inc_php.html">AlberT-cache.inc.php</a></td>
</tr>
<tr>
<td> <strong>AlberTcache</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, class <a href="AlberT-cache/AlberTcache.html">AlberTcache</a><br> Automatically handles the entire caching stuffs</td>
</tr>
<tr>
<td> <strong>AlberTcache</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodAlberTcache">AlberTcache::AlberTcache()</a><br> Class constructor</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>c</strong></td>
<td align='right'><a name="c"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$CACHE_1SITE</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_1SITE">$CACHE_1SITE</a><br> Set if the hostname has to be appended to the cache filename, turn it to 0 in a multi site environment; defaults to 1.</td>
</tr>
<tr>
<td> <strong>$CACHE_ALSO</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_ALSO">$CACHE_ALSO</a><br> Put here additional variables you want the cache to be based on.</td>
</tr>
<tr>
<td> <strong>$CACHE_DEBUG</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_DEBUG">$CACHE_DEBUG</a><br> Turn debugging on/off, defaults to 0.</td>
</tr>
<tr>
<td> <strong>$CACHE_DIR</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_DIR">$CACHE_DIR</a><br> Set the directory name in which to store cache files.</td>
</tr>
<tr>
<td> <strong>$CACHE_EXP</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_EXP">$CACHE_EXP</a><br> Set the number of seconds the cache will be valid, defaults to 900 (15 minutes).</td>
</tr>
<tr>
<td> <strong>$CACHE_GC</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_GC">$CACHE_GC</a><br> Set the probability the Garbage Collector will be run, defaults to 1 (1%)</td>
</tr>
<tr>
<td> <strong>$CACHE_GZIP</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_GZIP">$CACHE_GZIP</a><br> Whether or not to use GZIP, defaults to 1.</td>
</tr>
<tr>
<td> <strong>$CACHE_ON</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_ON">$CACHE_ON</a><br> Turn caching on/off, defaults to 1.</td>
</tr>
<tr>
<td> <strong>$CACHE_POST</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_POST">$CACHE_POST</a><br> Whether or not to cache POST, defaults to 1.</td>
</tr>
<tr>
<td> <strong>$CACHE_TIMEOUT</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_TIMEOUT">$CACHE_TIMEOUT</a><br> Sets the cache timeout, a value of -1 will disable caching, but still allows gzipping.</td>
</tr>
<tr>
<td> <strong>$CACHE_UMASK</strong></td>
<td width="100%" align="left" valign="top">in file config.inc.php, global variable <a href="AlberT-cache/_config_inc_php.html#global$CACHE_UMASK">$CACHE_UMASK</a><br> Set the 'umask' for the cache files.</td>
</tr>
<tr>
<td> <strong>$crc32</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$crc32">AlberTcache::$crc32</a></td>
</tr>
<tr>
<td> <strong>cacheAll</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodcacheAll">AlberTcache::cacheAll()</a><br> Caches the current page based on the page name and the GET/POST</td>
</tr>
<tr>
<td> <strong>config.inc.php</strong></td>
<td width="100%" align="left" valign="top">procedural page <a href="AlberT-cache/_config_inc_php.html">config.inc.php</a></td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>d</strong></td>
<td align='right'><a name="d"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$data</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$data">AlberTcache::$data</a></td>
</tr>
<tr>
<td> <strong>$dbg</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$dbg">AlberTcache::$dbg</a></td>
</tr>
<tr>
<td> <strong>doFlush</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methoddoFlush">AlberTcache::doFlush()</a><br> doFlush()</td>
</tr>
<tr>
<td> <strong>doGC</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methoddoGC">AlberTcache::doGC()</a><br> Cache garbage collector</td>
</tr>
<tr>
<td> <strong>doReset</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methoddoReset">AlberTcache::doReset()</a><br> Resets the cache state</td>
</tr>
<tr>
<td> <strong>doWrite</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methoddoWrite">AlberTcache::doWrite()</a><br> doWrite()</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>e</strong></td>
<td align='right'><a name="e"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$expire</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$expire">AlberTcache::$expire</a></td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>f</strong></td>
<td align='right'><a name="f"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$file</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$file">AlberTcache::$file</a></td>
</tr>
<tr>
<td> <strong>finalize</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodfinalize">AlberTcache::finalize()</a><br> finalize()</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>g</strong></td>
<td align='right'><a name="g"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$gcProb</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$gcProb">AlberTcache::$gcProb</a></td>
</tr>
<tr>
<td> <strong>$gzcont</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$gzcont">AlberTcache::$gzcont</a></td>
</tr>
<tr>
<td> <strong>$gzip</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$gzip">AlberTcache::$gzip</a></td>
</tr>
<tr>
<td> <strong>getDefaultKey</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodgetDefaultKey">AlberTcache::getDefaultKey()</a><br> Generates the key for the request</td>
</tr>
<tr>
<td> <strong>getDefaultObj</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodgetDefaultObj">AlberTcache::getDefaultObj()</a><br> Returns the default object used by the helper functions</td>
</tr>
<tr>
<td> <strong>getEncoding</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodgetEncoding">AlberTcache::getEncoding()</a><br> getEncoding()</td>
</tr>
<tr>
<td> <strong>getStorage</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodgetStorage">AlberTcache::getStorage()</a><br> Returns the storage for cache</td>
</tr>
<tr>
<td> <strong>get_fs</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodget_fs">AlberTcache::get_fs()</a><br> Reads in the cache</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>i</strong></td>
<td align='right'><a name="i"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$isOn</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$isOn">AlberTcache::$isOn</a></td>
</tr>
<tr>
<td> <strong>init</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodinit">AlberTcache::init()</a><br> init()</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>l</strong></td>
<td align='right'><a name="l"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>lock_fs</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodlock_fs">AlberTcache::lock_fs()</a><br> Obtains a lock on the cache storage</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>m</strong></td>
<td align='right'><a name="m"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$mask</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$mask">AlberTcache::$mask</a></td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>o</strong></td>
<td align='right'><a name="o"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$oneSite</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$oneSite">AlberTcache::$oneSite</a></td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>p</strong></td>
<td align='right'><a name="p"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$post</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$post">AlberTcache::$post</a></td>
</tr>
<tr>
<td> <strong>pdebug</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodpdebug">AlberTcache::pdebug()</a><br> A simple deguggig handler function</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>s</strong></td>
<td align='right'><a name="s"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$size</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$size">AlberTcache::$size</a></td>
</tr>
<tr>
<td> <strong>$storDir</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$storDir">AlberTcache::$storDir</a></td>
</tr>
<tr>
<td> <strong>start</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodstart">AlberTcache::start()</a><br> start()</td>
</tr>
<tr>
<td> <strong>storeVar</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodstoreVar">AlberTcache::storeVar()</a><br> Saves a variable state between caching</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>t</strong></td>
<td align='right'><a name="t"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$timeout</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$timeout">AlberTcache::$timeout</a></td>
</tr>
<tr>
<td> <strong>theCache</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodtheCache">AlberTcache::theCache()</a><br> theCache()</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>u</strong></td>
<td align='right'><a name="u"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>unlock_fs</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, method <a href="AlberT-cache/AlberTcache.html#methodunlock_fs">AlberTcache::unlock_fs()</a><br> Performs the unlock</td>
</tr>
</tbody>
<thead>
<tr>
<td><strong>v</strong></td>
<td align='right'><a name="v"> </a>
<a href="#top">top</a><br /></td>
</tr>
</thead>
<tbody>
<tr>
<td> <strong>$variables</strong></td>
<td width="100%" align="left" valign="top">in file AlberT-cache.inc.php, variable <a href="AlberT-cache/AlberTcache.html#var$variables">AlberTcache::$variables</a></td>
</tr>
</tbody>
</table></body>
</html>