Cache Tools app

Edition CE, Cloud

License

MLA, GPL

Issues

MGNLCACHE

Maven site

Cache

Latest

5.9.5

The Cache Tools app displays the number of cached elements and lets you flush caches manually.

Installing with Maven

Maven is the easiest way to install the module. Add the following to your bundle:

<dependency>
  <groupId>info.magnolia.cache</groupId>
  <artifactId>magnolia-cache-app</artifactId>
  <version>5.9.5</version>
</dependency>

Usage

The Cache Tools app provides the following information and actions:

  • Cache information: Number of elements currently in the cache.

  • Flush from cache by UUID: Allows you to flush a single item by UUID and repository.

  • Flush cache by name: Allows you to flush a named cache.

  • Flush all caches: Flushes all cached elements.

Cache tools app

Feedback