|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface containing common cache management operations
Method Summary | |
java.util.Map |
dumpStatistics()
Returns a map of the cache interceptor's statistics Map elements consist of {String name, Object value} entries |
boolean |
getStatisticsEnabled()
Returns whether an interceptor's statistics are being captured. |
void |
resetStatistics()
Resets an interceptor's cache statistics |
void |
setStatisticsEnabled(boolean enabled)
Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available through the mbean. |
Method Detail |
public boolean getStatisticsEnabled()
public void setStatisticsEnabled(boolean enabled)
enabled
- true if statistics should be capturedpublic java.util.Map dumpStatistics()
public void resetStatistics()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |