ngaReloadAllRemoteDbParams()
The function reloads the entire cache.
Synopsis
int ngaReloadAllRemoteDbParams();
Parameter
Parameter | Description |
---|---|
- | - |
Return value
The function returns:
- 0 on success
- -1 in case of an error.
Use getLastError() to retrieve an error message
Description
Reloads the entire cache. For every remote system where the IDPs have been queried, they will re-query again.
This way the cache can be reloaded without needing to restart the manager that has loaded the NGA Ctrl extension.
Assignment
NGA - CtrlNgaFrontend
Availability
CTRL
See also
ngaReloadRemoteDbParamsForSystem() and ngaGetRemoteDbParams()