I'm trying to implement caching and for now decided to use MySQL cache
table.

I have a view that renders_to_response an object_list built from querying a
3rd party storage system (xml database). The object_list items depend
on the value of 'request.session.LANGUAGE_CODE' variable. The cache table
is being populated with data.

Everything seems to be working fine, but I wonder if this setup will know
the difference in requests if I change the language. I see that cache
keys are URLS (with encoded strings appended). I'm not that experienced
with caching and the docs don't address that issue, hence my question to
those who would know. 

I'd appreciate your informative answers and am
looking forward to getting familiar with this part of the framework.

Regards, Patrick J. Anderson


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to