Class CacheStatisticSupplier

java.lang.Object
com.atlassian.confluence.plugins.monitoring.CacheStatisticSupplier
All Implemented Interfaces:
Supplier<com.atlassian.cluster.monitoring.spi.model.Table>

public class CacheStatisticSupplier extends Object implements Supplier<com.atlassian.cluster.monitoring.spi.model.Table>
  • Constructor Details

    • CacheStatisticSupplier

      public CacheStatisticSupplier(com.atlassian.cache.CacheManager cacheManager, I18NBeanFactory i18NBeanFactory)
  • Method Details

    • get

      public com.atlassian.cluster.monitoring.spi.model.Table get()
      Specified by:
      get in interface Supplier<com.atlassian.cluster.monitoring.spi.model.Table>