Does the Actor do any query caching?

Does every function call on the Actor lead to new round trips to the Canister on IC or can query results be cached?

Ping @kpeacock etc

We don’t currently do caching within the JS agent. For now, we’re leaving that up to application logic

1 Like