Interface MCRCacheManagerMBean

All Known Implementing Classes:
MCRCacheManager

public interface MCRCacheManagerMBean
  • Method Details

    • getSize

      long getSize()
    • getRequests

      long getRequests()
    • getEvictions

      long getEvictions()
    • getHits

      long getHits()
    • getCapacity

      long getCapacity()
    • setCapacity

      void setCapacity(long size)
    • getHitRate

      double getHitRate()
    • getFillRate

      double getFillRate()
    • clear

      void clear()