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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetLruListLength()Returns the current lenght of the LRU listIntegergetTrimCount()Returns the number of entries that have been trimmed-
Methods inherited from interface com.sun.appserv.util.cache.mbeans.JmxBaseCacheMBean
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold
-
-