views:

66

answers:

1
+4  Q: 

Memcache in python

I want to memcache an xmldata using python,also needs to update the cache with the refreshed xmldata retreived from webserver,could any one help me with sample code.

+1  A: 

This could be of some help:

http://code.google.com/appengine/docs/python/memcache/

Quite a few nice code samples are included.

Kevin Wiskia