Fragment to peek into the contents of memcache in the Appengine SDK:

from google.appengine.api.apiproxy_stub_map import apiproxy print apiproxy.GetStub('memcache')._the_cache

This is only going to work on the dev server, not on Google's.
henry