HCL Commerce Version 9.1.10.0 or later

WebSphere cache monitor

Although the WebSphere cache monitor is supported, the HCL Cache provides newer functions and tools that are more suitable for managing a distributed cache system in production.

Consider the following use cases:

  1. Cache monitoring: The HCL Cache integrates with Prometheus and Grafana for real-time monitoring and alerting.
  2. Cache invalidations: The cache manager provides REST APIs for clears and invalidations.
  3. Troubleshooting: The cache manager has troubleshooting APIs, such as listing the cache ids for a dependency id, or details for a cache id. The Redis database can also be queried to inspect the cache or monitoring invalidations. See Troubleshooting for details.

The WebSphere Cache monitor can be used in development to inspect the contents of Servlet and JSP fragment caching, and to assist with the development of cachespec.xml rules.

The WebSphere Cache monitor only displays the contents and statistics of local caches. Cache clears and invalidations issued from the monitor are also executed on the remote cache and propagated to other containers (as applicable).



For installation steps see: Enabling cache monitoring.