Local Configuration Cache
GENESIS can cache a local copy of a configuration database to reduce the number of times a SQL Server database needs to be accessed and protect against failure of the database or the network.
The configuration cache can be enabled or disabled on individual components.
Learn how
The configuration cache is very useful to redundant systems. The central configuration database for both redundant servers can be located on one of the servers, and the configuration cache will allow both servers to access the configuration even if the server hosting SQL Server has failed.
The cached copy is stored in a SQLite database located at C:\ProgramData\ICONICS\11\Cache.
The cache checks for changes in the original database and updates once a second. This can be customized by editing the IcoSetup64.ini file.
There is no expiration time for the cache.