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 



Reply via email to