AntiPattern
Cache Key Namespace Collisions
cache-key-namespace-collisions
Cache entries fail to isolate when key names partially overlap (e.g., todo-list vs my-todo-list), causing mutations or session fetches to read/write the wrong cached data and break hydration or Suspense expectations.