Server caching - when does a table qualify as read only?

The Improving the speed of Sync article explains that the “Server caching” option is helpful when you “mark the table as Read-Only”. Does that apply at the app level or at the user level? In other words, does server caching help users for whom a table’s “Are updates allowed?” expression results in the table being read-only even if it’s not read-only for other users?

Server caching only affects tables marked explicitly as read-only:

Server caching is not done for any other configuration of Are updates allowed?. Note the below is not equivalent to the above:

3 Likes

Got it. Thanks for the precise confirmation.

1 Like