Re: Cache timeout

2011-11-30 Thread Tom Evans
On Sat, Nov 26, 2011 at 4:07 PM, Addy Yeow wrote: > If I use cache_page() decorator for my view function, will the TIMEOUT be > able to take precedence over CACHE_MIDDLEWARE_SECONDS? > > In my settings.py, > > CACHES = { >     'default': { >         'BACKEND': 'django.core.cache.backends.filebased

Re: Cache timeout

2011-11-30 Thread Jian Chang
u can test by yourself. yes, i don't know the answer, neather 在 2011-11-27 上午12:08,"Addy Yeow" 写道: > If I use cache_page() decorator for my view function, will the TIMEOUT be > able to take precedence over CACHE_MIDDLEWARE_SECONDS? > > In my settings.py, > > CACHES = { > 'default': { >