Resynchronize the Web GUI cache with the ObjectServer's database
The
format of the <method>
element for resynchronizing
the Web GUI cache
with the ObjectServer's database is:
<method methodName="osresync.refreshOSCache" />
Use this method to force the Web GUI to resynchronize its cache with the ObjectServer's database. This function is especially useful when a user's ObjectServer permissions have changed and it ensures that the Web GUI has the latest information and so can manage the user correctly.
Example
<methodCall>
<method methodName="osresync.refreshOSCache" />
</methodCall>