Disabling caching of Unica Campaign and Unica Platform configuration property values
If you encounter an issue where configuration properties are not being picked up by Unica Campaign or Unica Platform, you can disable caching as described in this procedure.
About this task
Set generic JVM arguments in the web application server where Unica Platform is deployed, as described in the following steps.
Procedure
-
Set the following JVM argument, which disables the Hibernate L2 cache.
-DUNICA_PLATFORM_CACHE_ENABLED=false
By default, this value is set to
true
, which provides the best performance. -
Set the following JVM argument, which enables local caching. This improves performance when the Hibernate cache is disabled.
-DUNICA_PLATFORM_LOCAL_CACHE_ENABLED=true
When this local caching mechanism is enabled, configurations are updated at 60 minute intervals. If you want configuration changes to be picked up immediately, you must restart the application server.