public class JmxLruCache extends JmxBaseCache implements JmxLruCacheMBean
| Constructor and Description |
|---|
JmxLruCache(LruCache lruCache,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLruListLength()
Returns the current lenght of the LRU list
|
Integer |
getTrimCount()
Returns the number of entries that have been trimmed
|
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThresholdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThresholdpublic Integer getLruListLength()
getLruListLength in interface JmxLruCacheMBeanpublic Integer getTrimCount()
getTrimCount in interface JmxLruCacheMBeanCopyright © 2006–2018 TinyGroup. All rights reserved.