StorageService
The StorageService is used for temporary storage (within the main memory) or longer-term storage of data by the Integration Server, which can be found using a simple ID.
Persistently storing data requires the use of a PersistentManager (see below).
XML configuration
Important note: The availability of a service depends on the license purchased and whether the service has been registered in the configuration file ./etc/factory.xml of the Service Factory (changes require server restart!). There you will also find the responsible configuration file for a service, otherwise you can also edit the configuration file of the service directly in the GUI of the service (changes require a service restart!).
Setting the standard waiting time
The following XML fragment sets the amount of time between two validity checks of the stored values.
<
Set
name
=
"waitTime"
>5000</
Set
>
The waiting time is specified in milliseconds.
General settings
(1) The amount of time between two validity checks of the stored values.
(2) The used PersistenceManager and the directory in which the objects to be stored are to be stored.
Currently managed objects
(1) The list of currently managed objects. The unique key is displayed, whether the object is stored persistently, the time until the object is removed when it is no longer accessed, and the value of the object if it can be displayed. The context menu can be used to delete an object from memory.
Log level dependencies
Changes to the log level of the LogService have no influence on the logging behaviour of the StorageService.
If the service is set to verbose mode, the keys of all added and removed entries are recorded in the log.