Hi, i need cache a function in Django
example

def function1(request):
    some code ...
    return dict

i know cache_page(50 * 10) but this functions in not a page is only a
function
return a dictionary.

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-7rO0Crb44eKZ0hWEntCeN6xaZCXmEN1p3iwT1jMskQDH4uA%40mail.gmail.com.

Reply via email to