Concept Flow - Cache invalidation strategies
Request comes in
Check cache for data
Serve response
Trigger cache invalidation?
End process
This flow shows how a request checks cache first, serves cached data if found, otherwise fetches fresh data and caches it. Cache invalidation happens after data changes to keep cache fresh.