MDrivenWiki
Log in

OCLOperators Refresh

From MDrivenWiki
Revision as of 06:03, 25 April 2023 by Stephanie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Refresh asks the Persistence Server that implements SyncServer (as MDrivenServer) if any changes were done to the objects since the last call. If so, the server returns identities and the client invalidates these and if the objects are needed again, they are pulled afresh from the Persistence server.

This is an efficient way to make sure multiple clients see the same information.