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, getThreshold
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold
public Integer getLruListLength()
getLruListLength
in interface JmxLruCacheMBean
public Integer getTrimCount()
getTrimCount
in interface JmxLruCacheMBean
Copyright © 2006–2018 TinyGroup. All rights reserved.