|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.cache.EhcacheStats
public class EhcacheStats
Wrapper around ehcache Statistics class.
Constructor Summary | |
---|---|
EhcacheStats(net.sf.ehcache.Statistics stats)
Instantiate new EhcacheStats object. |
Method Summary | |
---|---|
long |
getHits()
|
long |
getMisses()
|
long |
getSize()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EhcacheStats(net.sf.ehcache.Statistics stats) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if stats is null.Method Detail |
---|
public long getHits()
getHits
in interface CacheStats
public long getMisses()
getMisses
in interface CacheStats
public long getSize()
getSize
in interface CacheStats
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |