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
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.