does django have a memory based cache or do you have to use memcache?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-06-17T15:40:26Z Indexed on 2010/06/17 15:43 UTC
Read the original article Hit count: 132

Filed under:
|

can I store objects in the servers memory to cache data using django, or do I have to use memcache for that?

© Stack Overflow or respective owner

Related posts about django

Related posts about cache