Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Various plugins that are available for Blueriq add persistent data storage in external databases. Enabling these plugins often introduces performance penalties, as in-memory data management is being replaced by database interaction with an external system. Starting with release 9.4.0, caching mechanisms have become available that can help to reduce this performance penalty.

...

To change the default caching behavior, a configuration file is added to the aquima.home directory

Include Page
DOC:_HomeFolder
DOC:_HomeFolder
 directory. The name for this configuration file must adhere to this format: <plugin-name>.ehcache.xml. The plugin-name placeholder is to be replaced with the name of the plugin (eg: processdao.ehcache.xml).

...

The syntax of the configuration file is dictated by EHCache (version 1.2.3), the third party library that is used to manage the caches. Please refer to its to the documentation for detailed configuration options. In particular the XSD definition in ehcache.xsd is of interest.

...