Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Statusdraft15.3draftSummary of findings and ideas for cache configuration for JR clustered installations.status

Considering options for advaning cache implementation to behave correctly in clustered env.

Table of Contents

Introduction

Note

Probably enterprise only _ feature.

This concept is based on issue

Jira
serverMagnolia - Issue tracker
keyMGNLADVCACHE-
10@jira
10
 found found while testing clustering and subsequent discussion.

...

First code changes have been commitedcommitted.
In cache module

Jira
serverMagnolia - Issue tracker
keyMAGNOLIA-
2616@jira
2616
:

  • 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

Jira
serverMagnolia - Issue tracker
keyMGNLCMNT-
2@jira
2
:

  • 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

...