Aaron Gallagher
habnabit at gmail.com
Fri Oct 27 20:13:23 EDT 2006
Is there a builtin interface in mod_python that would allow for caching a generated page? Using Sessions doesn't work because I want the cache to be for every user who accesses the page. I tried using Session.Session(req, '0' * 32), but that didn't seem to work. I've looked at mod_python.cache, but there doesn't seem to be any documentation. Aaron Gallagher <habnabit at gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20061027/834bcdfd/attachment.html
|