|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstrumentingCacheMBean
Method Summary | |
---|---|
int |
getCapacity()
|
long |
getHits()
total cache hit count since cache creation |
double |
getRecentHitRate()
hits / requests since the last time getHitRate was called. |
long |
getRequests()
total request count since cache creation |
int |
getSize()
|
void |
setCapacity(int capacity)
|
Method Detail |
---|
int getCapacity()
void setCapacity(int capacity)
int getSize()
long getRequests()
long getHits()
double getRecentHitRate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |