Re: memcached question

2005-09-09 Thread Jacob Kaplan-Moss
On Sep 9, 2005, at 12:08 PM, Eugene Lazutkin wrote: django.core.cache defines two cache classes: _MemcachedCache and _SimpleCache. If I understood correctly, _MemcachedCache.get() returns a string value, while _SimpleCache.get() returns an HttpResponse object. Is it a correct statement? N

memcached question

2005-09-09 Thread Eugene Lazutkin
Hello, django.core.cache defines two cache classes: _MemcachedCache and _SimpleCache. If I understood correctly, _MemcachedCache.get() returns a string value, while _SimpleCache.get() returns an HttpResponse object. Is it a correct statement? Thanks, Eugene