Cache Tags (component + loader)
- Loader:
cacheTags: ['foo', 'bar']adds tags onto the response. - Components: pass
cacheTag="…"on any element — it bubbles up via the render context. - Production hashes every tag (except
global) to keep theCache-Tagheader small.