Announcement

Collapse
No announcement yet.

Release 7.0.1: New configuration parameter for remote cache invalidation

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.0.1: New configuration parameter for remote cache invalidation

    As an alterantive to JCS' internal remote cache invalidation via LTCP connected auxiliary caches, a event based remote cache invalidation mechanism based on Hazelcast distributed topics was implemented. See http://oxpedia.org/wiki/index.php?title=Running_a_cluster#Remote_Cache_Inv alidation for details.

    Therefore, the following configuration parameter is added to the file 'cache.properties':

    # Configures how remote cache invalidation is done. Set to 'true' for cache events via the cache event messaging service, or to 'false'
    # to stick with the JCS-internal lateral auxiliary cache configuration. Defaults to 'true'.
    com.openexchange.caching.jcs.eventInvalidation=tru e
Working...
X