File changes trigger refresh
- File System Monitor/Polling File Change Detected
- clearManagerCaches() Clear cache of the corresponding manager
- broadcastUpdate() Send update notification to the client
- Client Receive notifications and re-get data
- Manager Read the latest file content from disk (cache cleared)
File modification → Detect changes → Clear cache → Broadcast update → Client refresh → Get the latest data