The 5.7 branch of Magnolia reached End-of-Life on December 31, 2023, as specified in our End-of-life policy. This means the 5.7 branch is no longer maintained or supported. Please upgrade to the latest Magnolia release. By upgrading, you will get the latest release of Magnolia featuring significant improvements to the author and developer experience. For a successful upgrade, please consult our Magnolia 6.2 documentation. If you need help, please contact info@magnolia-cms.com.

Magnolia's default cache consists of the following submodules:

  • Page:
    Cache Browser app — displays the current state of caches on public instances and lets you delete cached items
  • Page:
    Cache core — defines what to cache, when to flush the cache, and headers passed to browsers.
  • Page:
    Cache Tools app — displays the number of cached elements and lets you flush caches manually.
  • Page:
    Ehcache 3 module — default cache implementation in version 3 (Magnolia 5.5.4+). Robust and proven. Can be configured to persist after a restart.
  • Page:
    Ehcache module — default cache implementation in version 2. Robust and proven. Does not persist a restart.
  • Page:
    Memcached implementation — shared (distributed) cache between instances. Persists a restart. 

See also