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

Inspect Memcache

Add one memcache key per line in the text area. Each key must include a '-' as the last character.

For example, observations- should be entered in the text area if the key is observations.

Keys:

Result

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