TomoLink
CompaniesSwiggySystem DesignTop Caching Strategies
System Design
Mediumcaching-performance

Top Caching Strategies

30 minscachingperformance
30 mins
1 sections
caching, performance

Overview

Read data from the system:

  • Cache aside
  • Read through

Write data to the system:

  • Write around
  • Write back
  • Write through

The diagram above illustrates how those 5 strategies work. Some of the caching strategies can be used together.

I left out a lot of details as that will make the post very long.

Feel free to leave a comment so we can learn from each other.

Top Caching Strategies [Medium] | Swiggy System_design | TomoLink