Concept Flow - Caching strategies
Client Request
Check Cache
Return
Store in Cache
Return Data
When a client requests data, the system first checks if the data is in cache (Hit). If yes, it returns cached data immediately. If not (Miss), it fetches fresh data, stores it in cache, then returns it.