/en/1.7/topics/cache/#basic-usage
>
> I don't want to put a lot of "if default_cache_timeout==0: " into my
> code.
>
> It would be nice if django would support this. This would make my code
> simpler.
>
> Does cache.set(key, timeout=0) do no caching at
-usage
I don't want to put a lot of "if default_cache_timeout==0: " into my code.
It would be nice if django would support this. This would make my code simpler.
Does cache.set(key, timeout=0) do no caching at all?
If yes, shouldn't this be stated in the docs explicitl
2 matches
Mail list logo