Pattern
Cache Key and Invalidation Drift
cache-key-invalidation-drift
Cache entries get missed or reused incorrectly because cache tags/keys and invalidation triggers don’t align with the current inputs (route params, URL search params, or function boundaries), causing stale UI data, unexpected Suspense server fetches, or churny artifacts.