Introduction to Caching
Caching
Caching aims to resolve the following situation:
We have to retrieve the same information multiple times (e.g., multiple users want to access the same webpage)
It is expensive/time-consuming to retrieve the information.
Caching helps solv...
zihanlin.hashnode.dev3 min read