Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
UI Text Box
typenote

This knowledge base article applies only to the Java version of Blueriq. The .NET version of Blueriq does not feature the caching mechanisms that are subject of this article.

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, caching mechanisms have become available that can help to reduce this performance penalty.

...

Each plugin will instantiate a different set of caches. Using the "defaultCache" configuration option as shown in the example above, a "one-size-fits-all" configuration is provided. Cache-specific configuration can be added to fine-tune caching behavior. This requires the name of the cache to be added to the configuration. Please be aware that the set of caches used by an individual plugin (as well as the names of each of the caches) might be different in different versions of Blueriq. Such changes can be applied without notice.

...

titleRelated articles

...