On 5/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I assume that any per-URL caching scheme will sooner or later end up
> sending users a wrong page (one that has been generated for another
> user), which could be a major problem. EVERY page is personalized, so I
> can't for instance restrict caching to a certain subset of pages.

You can cache whatever bits are useful with the low-level cache API:

http://www.djangoproject.com/documentation/cache/#the-low-level-cache-api

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to