Class HazelcastSyncCacheControlPanel

All Implemented Interfaces:
ConfigurableControlPanel, ControlPanel<AbstractCacheControlPanel.Body>, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, io.micronaut.core.util.Toggleable

public class HazelcastSyncCacheControlPanel extends AbstractCacheControlPanel<io.micronaut.cache.hazelcast.HazelcastSyncCache>
Control panel for managing Hazelcast caches. Provides cache information and operations specific to Hazelcast-based caches.
Since:
2.0.0
Author:
Álvaro Sánchez-Mariscal
  • Constructor Details

    • HazelcastSyncCacheControlPanel

      public HazelcastSyncCacheControlPanel(io.micronaut.cache.hazelcast.HazelcastSyncCache cache, ControlPanelConfiguration configuration)
      Constructor.
      Parameters:
      cache - the Hazelcast cache instance
      configuration - the control panel configuration
  • Method Details