com.sun.appserv.util.cache.mbeans
Interface JmxBoundedMultiLruCacheMBean
- All Superinterfaces:
- JmxBaseCacheMBean, JmxMultiLruCacheMBean
- All Known Implementing Classes:
- JmxBoundedMultiLruCache
public interface JmxBoundedMultiLruCacheMBean
- extends JmxMultiLruCacheMBean
This interface defines the attributes exposed by the MultiLruCache MBean
- Author:
- Krishnamohan Meduri (Krishna.Meduri@Sun.com)
|
Method Summary |
java.lang.Long |
getCurrentSize()
Returns the current size of the cache in bytes |
java.lang.Long |
getMaxSize()
Returns the upper bound on the cache size |
| Methods inherited from interface com.sun.appserv.util.cache.mbeans.JmxBaseCacheMBean |
getAddCount, getEntryCount, getHitCount, getMaxEntries, getMissCount, getName, getOverflowCount, getRefreshCount, getRemovalCount, getTableSize, getThreshold |
getCurrentSize
java.lang.Long getCurrentSize()
- Returns the current size of the cache in bytes
getMaxSize
java.lang.Long getMaxSize()
- Returns the upper bound on the cache size
Copyright © 2012 GlassFish Community. All Rights Reserved.