<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('Hits/H');?>: </dt><dd>Average Hits per Hour. Only last 24 hours is logged</dd>
<dt><?phpecho_T('Hits 24H');?>: </dt><dd>Hits 24 Hours. Hits graph of last 24 hours</dd>
<dt><?phpecho_T('Hits/S');?>: </dt><dd>Average Hits per Second. Only last 5 seconds is logged</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>