public interface CacheMBean
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
double |
getAvarageValueLength() |
int |
getByteSize() |
String |
getDescription() |
long |
getHits() |
int |
getMaxEntrySize() |
int |
getMaxSize() |
long |
getMisses() |
String |
getName() |
long |
getPuts() |
double |
getRatio() |
int |
getSize() |
boolean |
isActive() |
void |
reset() |
void |
setActive(boolean b) |
void |
setMaxEntrySize(int m) |
void |
setMaxSize(int i) |
String getName()
String getDescription()
void clear()
Cache.clear()void reset()
Cache.reset()int getSize()
Cache.getSize()long getHits()
Cache.getHits()long getMisses()
Cache.getMisses()long getPuts()
Cache.getPuts()int getMaxSize()
Cache.getMaxSize()void setMaxSize(int i)
void setActive(boolean b)
Cache.isActive()boolean isActive()
int getMaxEntrySize()
Cache.getMaxEntrySize()void setMaxEntrySize(int m)
Cache.setMaxEntrySize(int)double getRatio()
Cache.getRatio()int getByteSize()
double getAvarageValueLength()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}