The aim is to implement various caching strategies which are used in the backend. Some of them are:
- Cache Aside (Lazy Loading)
- Read through caching
- Write through caching
- Write around
- Refresh Ahead
More strategies may be added as I learn more and more.