Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-2801

...

alignright
classmenu

...

...

...

...

...

This module sets the cache policy and cache store configuration on installation, allowing you to 

...

Include Page
_Maven is the easiest way to install
_Maven is the easiest way to install

Artifact maven dependencies snippet
rangeHigherVersion1.9
groupIdinfo.magnolia.advancedcache
artifactIdmagnolia-advanced-cache-personalization

...

Code Block
<dependency>
  <groupId>info.magnolia.advancedcache</groupId>
  <artifactId>magnolia-advanced-cache-personalization</artifactId>
</dependency>

...

Uninstalling

  1. Go to the app, unset all checkboxes for site aware workspaces and confirm.
  2. Set the property  /modules/cache/config/contentCaching/defaultPageCache/cachePolicy@class  to   info.magnolia.module.cache.cachepolicy.Default
  3. Set the property /modules/cache/config/contentCaching/defaultPageCache/executors/store/cacheContent@class to  info.magnolia.module.cache.executor.Store
  4. Create /modules/cache/config/contentCaching/defaultPageCache/cachePolicy/ttlVoters/PersonalizedContentTtlVoter@class and  set its value to info.magnolia.personalization.cache.PersonalizedContentTtlVoter
  5. Shut down Magnolia, remove the Advanced Cache module JAR ( magnolia-advanced-cache-personalization.jar ) from WEB-INF/lib and start up Magnolia again

...