- :
- Number of hash slots. the setting from your php.ini
- :
- Cache Size, Size of the cache (or cache chunk), in bytes
- :
- Available Memory, free memory in bytes of this cache
- :
- Percent, A bar shows how much memory available in percent
- :
- Clear Button, Press the button to clean this cache
- :
- Compiling flag, "yes" if the cache is busy compiling php script
- :
- Cache Hits, hit=a var/php is loaded from this cache
- :
- Cache Misses, miss=a var/php is requested but not in the cache
- :
- Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked) when the cache is busy compiling already
- :
- 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
- :
- Whether readonly_protection is available and enable on this cache
- :
- Number of entries stored in this cache
- :
- Number of entries is pending in delete list (expired but referenced)
- :
- Seconds count down of Garbage Collection
- :
- Free blocks list in the specified cache
- :
- The entry name or filename
- :
- Times this entry is hit (loaded from this cache)
- :
- Reference count this entry is holded by a php request
- :
- Size in bytes of this entry in the cache
- :
- Size of the source file
- :
- Last modified time of the source file
- :
- device number of the source file
- :
- inode number of the source file
- :
- Last access time of the cached entry
- :
- The time when this entry is stored