Hi,

We are facing one issue when we tried to update the memcache module.
Please check below our issue which is explained indetail.


We tried to deploy our django application and whenever we access a
particular content based page( a page which fetches the data from DB)
we are facing cache time out error.

We are facing this error when @cache_ananonymous decorator is called
in memcache.py file. It says cache_timeout argument missing.

We enabled the following modules also in django settings file :

django.middleware.cache.UpdateCacheMiddleware
django.middleware.cache.FetchFromCacheMiddleware
 AuthenticationMiddleware.


Our settings file is configured with the below lines:

CACHE_BACKEND=memcache://127.0.0.1:11211


Please advice how to resolve this issue.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
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