Skip to content
qt

Advanced

Path Registry

Parameterized tags (like todos.byId(5)) register themselves the first time they are used. Once registered, group-level invalidations automatically include them — you never need to manually enumerate every ID.

What to watch for

  • Click 'Invalidate byId(5)' — the registry table gains a new row
  • Now click 'Invalidate todos (group)' — byId(5) is ALSO included
  • The hit counter on byId(5) increments even on group invalidations
  • This means adding a new parameterized query self-registers without any config
View Source

todos.list query

todos.list

0

todos

todos.byId(5) query

todos.byId(5)

No todo with id=5 yet

parameterized tag

Path registry

0 entries

Registry is empty

Parameterized tags register here on first use

0

byId invalidations

0

group invalidations