|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.util.LRUCache.CacheReport
Constructor Summary | |
LRUCache.CacheReport(LRUCache cache)
|
Method Summary | |
int |
getLimit()
|
int |
getNumAdds()
|
int |
getNumHits()
|
int |
getNumMisses()
|
int |
getNumReplacements()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LRUCache.CacheReport(LRUCache cache)
Method Detail |
public int getNumAdds()
public int getNumReplacements()
public int getNumHits()
public int getNumMisses()
public int getLimit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |