<dt><?phpecho_T('Clogs');?>: </dt><dd>Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked) when the cache is busy compiling already</dd>
<dt><?phpecho_T('OOMs');?>: </dt><dd>Out Of Memory, how many times a new item should be stored but there isn't enough memory in the cache, think of increasing the xcache.size or xcache.var_size</dd>
<dt><?phpecho_T('Errors');?>: </dt><dd>Compiler errors, how many times your script is compiled but failed. You should really check what is happening if you see this value increase. See <ahref="http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log">ini.error-log</a> and <ahref="http://cn2.php.net/manual/en/ref.errorfunc.php#ini.display-errors">ini.display-errors</a></dd>
<dt><?phpecho_T('Protected');?>: </dt><dd>Whether <ahref="http://trac.lighttpd.net/xcache/wiki/ReadonlyProtection">readonly_protection</a> is available and enable on this cache</dd>
<dt><?phpecho_T('Protected');?>: </dt><dd>Whether <ahref="http://xcache.lighttpd.net/wiki/ReadonlyProtection">readonly_protection</a> is available and enable on this cache</dd>
<dt><?phpecho_T('Cached');?>: </dt><dd>Number of entries stored in this cache</dd>
<dt><?phpecho_T('Deleted');?>: </dt><dd>Number of entries is pending in delete list (expired but referenced)</dd>
<dt><?phpecho_T('GC');?>: </dt><dd>Seconds count down of Garbage Collection</dd>
<?phpecho_T('See also');?>: <ahref="http://trac.lighttpd.net/xcache/wiki/PhpIni">setting php.ini for XCache</a> in the <ahref="http://trac.lighttpd.net/xcache/">XCache wiki</a>
<?phpecho_T('See also');?>: <ahref="http://xcache.lighttpd.net/wiki/PhpIni">setting php.ini for XCache</a> in the <ahref="http://xcache.lighttpd.net/">XCache wiki</a>