Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 308 Bytes

cache.md

File metadata and controls

10 lines (6 loc) · 308 Bytes

#Cache

  • Caching reduce the latency For example, Prepare milk tea => taking from home refrigerator instead of buying milk from grocery store

    HIT: Whenever I find a milk from my refrigerator(Cache) MISS: When milk is not available in refrigerator(Cache) then I need to buy from Grocery Store(HDD)