Class EhcacheControlPanel

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

@EachBean(io.micronaut.cache.ehcache.EhcacheSyncCache.class) public class EhcacheControlPanel extends AbstractCacheControlPanel<io.micronaut.cache.ehcache.EhcacheSyncCache>
Control panel for managing Ehcache caches. Provides cache information and operations specific to Ehcache-based caches.
Since:
2.0.0
Author:
Álvaro Sánchez-Mariscal
  • Constructor Details

    • EhcacheControlPanel

      protected EhcacheControlPanel(@Parameter io.micronaut.cache.ehcache.EhcacheSyncCache cache, @Named("cache") ControlPanelConfiguration configuration)
      Constructor.
      Parameters:
      cache - the Ehcache cache instance
      configuration - the control panel configuration
  • Method Details