Concept Flow - Revalidation strategies (time-based)
Initial Request
Serve Cached Page
Check Revalidation Time
Fetch New Data
Update Cache
Next Request Uses Updated Cache
This flow shows how Next.js serves a cached page and triggers background revalidation after a set time, updating the cache for future requests.