<dt><?phpecho_T('Slots');?>: </dt><dd>Number of hash slots. the setting from your php.ini</dd>
<dt><?phpecho_T('Size');?>: </dt><dd>Cache Size, Size of the cache (or cache chunk), in bytes</dd>
<dt><?phpecho_T('Avail');?>: </dt><dd>Available Memory, free memory in bytes of this cache</dd>
<dt><?phpecho_T('%');?>: </dt><dd>Percent, A bar shows how much memory available in percent</dd>
<dt><?phpecho_T('Clear');?>: </dt><dd>Clear Button, Press the button to clean this cache</dd>
<dt><?phpecho_T('Compiling');?>: </dt><dd>Compiling flag, "yes" if the cache is busy compiling php script</dd>
<dt><?phpecho_T('Hits');?>: </dt><dd>Cache Hits, hit=a var/php is loaded from this cache</dd>
<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 <a href="http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log">ini.error-log</a> and <a href="http://cn2.php.net/manual/en/ref.errorfunc.php#ini.display-errors">ini.display-errors</a></dd>
<dt><?phpecho_T('Protected');?>: </dt><dd>Whether <a href="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>
<dt><?phpecho_T('GC');?>: </dt><dd>Seconds count down of Garbage Collection</dd>
<dt><?phpecho_T('Free Blocks');?>: </dt><dd>Free blocks list in the specified cache</dd>
</dl>
<h2><?phpecho_T('List Legends');?></h2>
<dl>
<dt><?phpecho_T('entry');?>: </dt><dd>The entry name or filename</dd>
<dt><?phpecho_T('Hits');?>: </dt><dd>Times this entry is hit (loaded from this cache)</dd>