doRefreshCache() Purpose Refresh the content of the repository server's cache by re-reading the content of the specified instance. Exceptions If the server is operating in load-balancing mode, this method throws an exception if the global load-balancing mode of the repository server is not read-only. If the server has something to write in the cache, this method will throw an exception. If the server is shutting down, this method throws an exception. Because reloading can be time consuming, the timeout for this method is set to 60 minutes. Type Open, Synchronous, METHOD_TYPE_ACTION_INFO Parameters Name Description Instance Name Name of the instance that you want to read again from the backend. If the instance name is not specified or the specified named instance does not exist in the server, this method throws an exception. Returns Name Description Client Name of the clients currently connected to the specified instance. Type Type of the client, either read-only or read-write. Instance Name of the instance to which this client is connecting.