System Design - Part 4 | Caching | Key concepts, eviction techniques and challenges

preview_player
Показать описание

00:00 - Intro
01:26 - Recap
02:21 - Caching in Real World
04:39 - Caching in Computing World
07:49 - Important Caching Terms (Cache Hit/Cache Miss Ratio)
10:43 - Cache Eviction Methods
16:04 - Things to be careful about
18:24 - Final Thoughts

📚 Links to topics I talk about in the video:

Code on Github:
Test-cases on Github:

📖 Reference Books:

🎥 My Recording Gear:

💻 Get Social 💻

#systemdesign #programming #interview
Рекомендации по теме
Комментарии
Автор

Come on guys I want to see more subscribers here, great content, well done

will-gama
Автор

please make videoes in solid principles, it will be great helpfull

santoshkumargouda
Автор

How about cache which are transient in nature also what if there are multiple processes attempting to access a cache simultaneously after a cache miss, adding a load on underlying resources also managing cache states is quite challenging which can complicate your system design and maintenance over longer run, can you please throw some light on these topics 😊, as usual you are very precise in your explanation and content delivered appreciate it!

praveenkannadiga