Hello All!

I have a view like

def record(request, id, type):
 # some database code here
 # some log code here
record=cache_page(record,60)

If I have correctly understood the documentation, if I maque a request
to that view with the same parameters the view shoud'nt hit the
database neither get logs. Should it?
At this moment it hits! So I don't understand what I'm doing wrong.

Best regards,


-- 
Antoni Aloy López
Binissalem - Mallorca
http://www.trespams.com
Soci de Bulma - http://www.bulma.cat

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to