Mastering Django Part 1: How to Use Memcache and DatabaseCache for Speed
· 8 min read
Introduction
If you are absolute beginner to this concept of caching then it is okay that caching sounds super complex and fancy. Things are complex inside the caching i am not disagreeing with that sentiment either. But let me simplify some things for you why you need caching and how you can implement some common type of caches instantly to learn concepts.