Overview
Hit Ratio: {{=total['ratio']}}% ({{=total['hits']}} hits and {{=total['misses']}} misses)
Size of cache: {{=total['objects']}} items, {{=total['bytes']}} bytes {{if total['bytes'] > 524287:}} ({{="%.0d" % (total['bytes'] / 1048576)}} MB) {{pass}}
Cache contains items up to {{="%02d" % total['oldest'][0]}} hours {{="%02d" % total['oldest'][1]}} minutes {{="%02d" % total['oldest'][2]}} seconds old.
RAM
Hit Ratio: {{=ram['ratio']}}% ({{=ram['hits']}} hits and {{=ram['misses']}} misses)
Size of cache: {{=ram['objects']}} items, {{=ram['bytes']}} bytes {{if ram['bytes'] > 524287:}} ({{=ram['bytes'] / 1048576}} MB) {{pass}}
RAM contains items up to {{="%02d" % ram['oldest'][0]}} hours {{="%02d" % ram['oldest'][1]}} minutes {{="%02d" % ram['oldest'][2]}} seconds old.
DISK
Hit Ratio: {{=disk['ratio']}}% ({{=disk['hits']}} hits and {{=disk['misses']}} misses)
Size of cache: {{=disk['objects']}} items, {{=disk['bytes']}} bytes {{if disk['bytes'] > 524287:}} ({{=disk['bytes'] / 1048576}} MB) {{pass}}
DISK contains items up to {{="%02d" % disk['oldest'][0]}} hours {{="%02d" % disk['oldest'][1]}} minutes {{="%02d" % disk['oldest'][2]}} seconds old.