JmxLruCacheMBeanpublic interface JmxLruCacheMBean implements JmxBaseCacheMBeanThis interface defines the attributes exposed by the LruCache MBean |
Methods Summary |
---|
public java.lang.Integer | getLruListLength()Returns the current lenght of the LRU list
| public java.lang.Integer | getTrimCount()Returns the number of entries that have been trimmed
|
|