Caching Tutorial 2020- System Design Basics

renaissanceengineer

Renaissance Engineer

Posted on October 8, 2020

Caching Tutorial 2020- System Design Basics

Caching is one of the most important concepts for understanding how to scale systems. Large applications like Twitter and Facebook wouldn't be possible without extensive caching to boost performance. In this video I'll cover:

  • What caching is
  • How it works and why you need it
  • Distributed Caching
  • Cache eviction
  • Cache consistency

If you're interested in other system design topics be sure to check out my other articles and videos

💖 💪 🙅 🚩
renaissanceengineer
Renaissance Engineer

Posted on October 8, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related