Versions Compared

Key

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

...

Cache updates should be realized only via observation to ensure distribution over the cluster.
Schema of the implementation for page commenting based on observation

First code changes have been commited.
In cache module MAGNOLIA-2616@jira:

  • New methods in CachePolicy API to allow exposing conversion of uuid to cache key, should the cache policy support this.
  • Implementation of the above for Default cache policy.

In commenting module MGNLCMNT-2@jira:

  • Implementation of the flush policy that is able to detect page that needs to be flushed based on new comments being added.
  • Registration of the above policy on the startup of the module

...