Concept Flow - Fetch caching behavior
Start Fetch Request
Check Cache for URL
Return Cached
Use Cached
Store in Cache
Use Response
End
This flow shows how a fetch request first checks the cache, returns cached data if available, or fetches from network and caches the response.