Is there a way to configure both MemcacheClient and the built-in cache at 
the same time?

We would like to use built-in cache to hold singleton or short-life python 
objects across requests (being a process-only cache it suits well) and 
Memcache for everything else (sessions and expensive-to-create application 
data).  It looks like we could configure memcache as described in the 
web2py book, so we're really after a way make another process-only cache 
available for selective use.

Thanks,
Rob

Reply via email to