A
Tenant A
todos.list- No items yet.
Advanced
Two panels share the same data layer but use different tag namespaces. Adding to Tenant A only glows Tenant A's panel — Tenant B remains unaffected and vice versa.
todos.listnotes.listTenant A scope
todos.list["scopes", "tenant-a"]Tenant B scope
notes.list["scopes", "tenant-b"]Because each tenant uses a distinct tag, the server can invalidate only the affected tenant's queries. In a real multi-tenant app you would use a scope parameter (e.g. tenantId) when calling invalidateTags.