You can use the following APIs to manage the application and transaction-to-cache mapping.
Note
LoadOne and LoadAll can work whether the application settings are stored in the file or in the database; the other APIs can only work when the settings are stored in the database. See Storing database connections in the database for how to store the settings in a database (instead of the default file).
Syntax |
Description |
---|---|
Loads the configuration of an application. |
|
Loads the configuration of all applications. |
|
Adds an application and configuration. |
|
Edits the configuration of an application. |
|
Removes an application and configuration. |
|
/api/Application/AddTransactionMapping/{appName}/{transName} |
Adds a transaction-to-cache mapping. |
/api/Application/EditTransactionMapping/{appName}/{transName} |
Edits a transaction-to-cache mapping. |
/api/Application/RemoveTransactionMapping/{appName}/{transName} |
Removes a transaction-to-cache mapping. |