Interface CacheStatisticsMXBean

  • All Superinterfaces:
    CacheStatistics
    All Known Subinterfaces:
    CacheMXBean
    All Known Implementing Classes:
    CacheMXBeanImpl

    @MXBean
    public interface CacheStatisticsMXBean
    extends CacheStatistics
    A management bean for cache.

    Each cache's statistics object must be registered with an ObjectName that is unique and has the following:

    Type: javax.cache:type=CacheStatistics

    Required Attributes:

    • CacheManager Name
    • Cache Name
    Since:
    1.0
    Author:
    Greg Luck, Yannis Cosmadopoulos