def get(self):
        action=getinput(self, 'action')
        if action=='del':
            memcache.flush_all()
        template_value={'cache':memcache.get_stats()}
        self.render('views/admin/cache.html', template_value)

Now ,flush_all() and get_stats() do not work.I want to clear cache,
what can i do?
On 11月6日, 上午9时38分, benben <[EMAIL PROTECTED]> wrote:
> when i use memcache.get_stats() to get memcache state, it's return
> None to me.Something wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to