hi,

i'm using the low level caching for caching a very large object, in
this case a defaultdict with several 100.000 key-value-pairs. the
problem is, everytime I try to retrieve the data with cache.get, it
returns None. I'm using memcached and the caching time is set to one
week. caching smaller objects works fine.

is there any restriction to the size of cached objects? how can I
check if the value was successfully set?

regards
Julian
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en.


Reply via email to