Magnolia 5.7 reached extended end of life on May 31, 2022. Support for this branch is limited, see End-of-life policy. Please note that to cover the extra maintenance effort, this EEoL period is a paid extension in the life of the branch. Customers who opt for the extended maintenance will need a new license key to run future versions of Magnolia 5.7. If you have any questions or to subscribe to the extended maintenance, please get in touch with your local contact at Magnolia.
This module sets the cache policy and cache store configuration on installation, allowing you to cache pages that contain personalized content. See Personalization.
Installing
<version/>
in the dependency.<dependency> <groupId>info.magnolia.advancedcache</groupId> <artifactId>magnolia-advanced-cache-personalization</artifactId> </dependency>
Uninstalling
- Go to the app, unset all checkboxes for site aware workspaces and confirm.
- Set the property
/modules/cache/config/contentCaching/defaultPageCache/cachePolicy@class
toinfo.magnolia.module.cache.cachepolicy.Default
- Set the property
/modules/cache/config/contentCaching/defaultPageCache/executors/store/cacheContent@class
toinfo.magnolia.module.cache.executor.Store
- Create
/modules/cache/config/contentCaching/defaultPageCache/cachePolicy/ttlVoters/PersonalizedContentTtlVoter@class
and set its value to info.magnolia.personalization.cache.PersonalizedContentTtlVoter - Shut down Magnolia, remove the Advanced Cache module JAR (
magnolia-advanced-cache-personalization.jar
) fromWEB-INF/lib
and start up Magnolia again