Class InfinispanSyncCacheControlPanel

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

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

    • InfinispanSyncCacheControlPanel

      public InfinispanSyncCacheControlPanel(io.micronaut.cache.infinispan.InfinispanSyncCache cache, ControlPanelConfiguration configuration)
      Constructor.
      Parameters:
      cache - the Infinispan cache instance
      configuration - the control panel configuration
  • Method Details