resynch();
The resynch method of the Object class marks the receiver objects as obsolete. This causes the latest edition of the object to be fetched from the server the next time the object is required.
For details about resynchronizing an object that is already in local cache, see the resynchObject method. For more details about object editions, see "
When automatic cache coherency is enabled (by setting the
With automatic cache coherency, an object updated on another node is automatically reloaded in cache, even when it is the receiver of a method currently being executed.