OCLOperators Refresh
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
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.
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.



Revision as of 22:22, 16 June 2024

This page was created by Hans.karlsen@mdriven.net on 2018-08-10. Last edited by Edgar on 2025-01-20.

Write the content here to display this box

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.