<dt><?phpecho_T('Misses');?>: </dt><dd>Cache Misses, miss=a var/php is requested but not in the cache</dd>
<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('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>