How to efficiently cache MongoDB in Django projects?
The caching technique shown in Django documentation is very basic and good for extremely smaller applications. I am looking for some efficient ways to implement caching using MongoDB in Django. Any Django enthusiasts?