AntiPattern
Stale Cache Keying
stale-cache-keying
Cache entries and invalidation are keyed too specifically or inconsistently (e.g., generic vs id-scoped tags or overlapping list keys), so mutations update local state but subsequent reads re-fetch or reuse stale data unexpectedly.