AntiPattern
Order-Dependent Cache Semantics
order-dependent-cache-directive
Cache directives like use cache depend on being executed at the first statement, so when middleware/tagging logic runs earlier or conditionally, caching is skipped and stale/incorrect data is returned.