Versions Compared

Key

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

...

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-dpc

...

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

...

Uninstalling

Shut down Magnolia, remove magnolia-advanced-cache-dpc.jar from WEB-INF/lib and start up Magnolia again.

...