What is the best framework / library / reusable app for caching model instances in Django? (This approach is also known as transparent object cache, ORM cache, line level object cache, object level cache)
Responsive applications that implement this. The problem is that many of them! Here I found (maybe even more):
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 donβt want to test each library, I just want to look at the one that does this work and solve more problems that it creates (βIn Computer Science, there are only two difficult problems: cache invalidity and naming things)
Please share your experience.
source share