Advanced Cache for Personalization
Operations Bundled: DX Core
| Edition | DX Core | 
|---|---|
| License | |
| Issues | |
| Maven site | |
| Latest | 2.3.7 | 
This module sets the cache policy and cache store configuration on installation, allowing you to cache pages that contain personalized content. See Personalization.
Installing with Maven
Bundled modules are automatically installed for you.
If the module is unbundled, add the following to your bundle including your project’s <dependencyManagement> section and your webapp’s <dependencies> section.
If the module is unbundled but the parent POM manages the version, add the following to your webapp’s <dependencies> section.
<dependency>
  <groupId>info.magnolia.advancedcache</groupId>
  <artifactId>magnolia-advanced-cache-personalization</artifactId>
  <version>2.3.7</version> (1)
</dependency>| 1 | Should you need to specify the module version, do it using <version>. | 
Uninstalling
- 
Go to the app, unset all checkboxes for site aware workspaces and confirm. 
- 
Set the property /modules/cache/config/contentCaching/defaultPageCache/cachePolicy@classtoinfo.magnolia.module.cache.cachepolicy.Default
- 
Set the property /modules/cache/config/contentCaching/defaultPageCache/executors/store/cacheContent@classtoinfo.magnolia.module.cache.executor.Store
- 
Create /modules/cache/config/contentCaching/defaultPageCache/cachePolicy/ttlVoters/PersonalizedContentTtlVoter@classand 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/liband start up Magnolia again