per-function cache decorator
This is a simple decorator which caches the result of a function call for the specified number of seconds, using Django's caching mechanism.
- cache
This is a simple decorator which caches the result of a function call for the specified number of seconds, using Django's caching mechanism.
nicois has posted 1 snippet.