Interface CacheManagerMXBean

All Known Implementing Classes:
JMXCacheManager

@MXBean public interface CacheManagerMXBean
An interface for cache manager JMX Beans.
Since:
10.2
Version:
10.4
Author:
Luke
See Also:
  • Method Details

    • getUpdateTime

      Date getUpdateTime()
      The last update time.
      Returns:
      the update date/time
    • getRequests

      Long getRequests()
      Recent cache request count.
      Returns:
      the number of cache requests since the last refresh
    • getHits

      Long getHits()
      Recent cache hit count.
      Returns:
      the number of cache hits since the last refresh
    • getMisses

      Long getMisses()
      Recent cache miss count.
      Returns:
      the number of cache misses since the last refresh
    • getRatio

      Float getRatio()
      Returns the cache hit ratio.
      Returns:
      the cache hit percentage
    • getCacheInfo

      CacheMBean[] getCacheInfo()
      Returns a collection of cache information.
      Returns:
      a Collection of CacheMBeans