Re: Caching per request only.

2013-08-15 Thread Michael Manfre
This list is for the development of Django. Questions about about how to use Django are located on the django-users list. https://groups.google.com/forum/#!forum/django-users Regards, Michael Manfre On Thu, Aug 15, 2013 at 9:14 AM, Tuten wrote: > I am in a situation where if I can cache a vari

Caching per request only.

2013-08-15 Thread Tuten
I am in a situation where if I can cache a variable for a particular request then things are easy, but I don't need it to be saved for ever...It should be like a variable which once added to the request will be available till the end so that duplicate queries can be avoided. like i save to requ