Skip to content

Files

Latest commit

 

History

History

0x01-caching

0x01. Caching

This directory contains different tasks to demonsrate how caching is implemented in the backend of our system.



  • Caching is the term for storing reusable responses in order to make subsequent requests faster.

Resources

Read or watch:

Learning objectives

At the end of this project, you are expected to be able to explain to anyone, without the help of Google:

General

  • What a caching system is
  • What FIFO means
  • What LIFO means
  • What LRU means
  • What MRU means
  • What LFU means
  • What the purpose of a caching system
  • What limits a caching system have

📝 Author

👨 Yidnekachew Bantrga