What is the best framework/library/reusable app for caching model instances in Django? (This approach is also known as transparently object cache, ORM cache, row-level object cache, object level cache)
The are reausable apps implementing this. The problem is there are so many of them! Here what I found (probably even more exist): http://github.com/mmalone/django-caching/ http://github.com/dcramer/django-orm-cache http://github.com/dziegler/django-cachebot http://bitbucket.org/jmoiron/johnny-cache http://github.com/jbalogh/django-cache-machine http://github.com/SeanHayes/django-query-caching I do not want test every library, just want to peek one that do the job, that solve more problems than it creates ("There are only two hard problems in Computer Science: cache invalidation and naming things") Please share your experience -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.