Advanced Cache app module
Operations Bundled: DX Core
| Edition | DX Core | 
|---|---|
| License | |
| Issues | |
| Maven site | |
| Latest | 3.0.1 | 
The Advanced Cache app installs an Advanced tab into the Cache Tools app that allows you to configure site-aware caches.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
  <groupId>info.magnolia.advancedcache</groupId>
  <artifactId>magnolia-advanced-cache-app</artifactId>
  <version>3.0.1</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. 
- 
Remove the /modules/advanced-cache-appand/modules/cache-app/apps/cacheTools/subApps/advancedToolsnodes.
- 
Shut down Magnolia, remove the Advanced Cache module JAR ( magnolia-advanced-cache-app.jar) fromWEB-INF/liband start up Magnolia again.
Usage
Open the cacheTools app, go to the Advanced tab and select
workspaces that are site-aware. Then means that it used different
subtrees for different sites. For example, the site
www.site1.com uses subtree /site1 in the
website workspace and www.site2.com uses the
subtree /site2. Click Configure and restart your instance.
