Initial data refresh

I have [“todos] and [“todo, id]

[“todo, id] initialData = function: cache [“todos].findById(id)

When I update [“todos] with updated todo, [“todo, id] is not updating until I update [“todo, id] with todo data.

How I can automate this cached todo update?
Was this page helpful?