Concept Flow - Cache management
Client sends GraphQL query
Check cache for query result
Return cached
Display data
Display data
The client sends a query, the system checks if the result is cached. If yes, it returns cached data; if no, it fetches from server, caches it, then returns.