OCLOperators Refresh
No edit summary
No edit summary
Line 1: Line 1:
Refresh asks the Persistence Server that implements SyncServer (as MDrivenServer) if there are changes done to objects since last call - if so server returns identities and client invalidates these and if the objects are needed again they are freshly pulled from Persistence server.
Refresh asks the Persistence Server that implements SyncServer (as MDrivenServer) if there are changes done to 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 freshly pulled from the Persistence server.


This is an efficient way to make sure multiple clients see the same information.
This is an efficient way to make sure multiple clients see the same information.
[[Category:OCLOperators]]
[[Category:OCLOperators]]

Revision as of 08:18, 3 March 2023

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

Refresh asks the Persistence Server that implements SyncServer (as MDrivenServer) if there are changes done to 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 freshly pulled from the Persistence server.

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