Interface JmxLruCacheMBean

  • All Superinterfaces:
    JmxBaseCacheMBean
    All Known Implementing Classes:
    JmxLruCache

    public interface JmxLruCacheMBean
    extends JmxBaseCacheMBean
    This interface defines the attributes exposed by the LruCache MBean
    Author:
    Krishnamohan Meduri (Krishna.Meduri@Sun.com)
    • Method Detail

      • getLruListLength

        Integer getLruListLength()
        Returns the current lenght of the LRU list
      • getTrimCount

        Integer getTrimCount()
        Returns the number of entries that have been trimmed