AntiPattern
Cache Key and Context Misuse
cache-key-context-mismatch
Cache invalidation and query updates fail when the mechanism is called without required context or when cache keys/variables don’t match the actual query arguments; the result is stale or revalidated data at the wrong times.