$def with (keys, mapping) $var title: [Admin Center] Inspect Memcache
$:render_template("admin/menu")

Inspect Memcache

Keys:

Result

$if not keys: No keys selected. $else:
$for key in keys:
$key
$if key in mapping:
$:mapping[key]
$else: Not found.