|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CacheStats
Interface to provide statistics on the cache.
| Method Summary | |
|---|---|
long |
getHitCount()
Get hit count. |
int |
getHitRate()
Returns the integer percentage of requests which found a non-expired value. |
long |
getMissCount()
Get miss count. |
void |
resetStats()
Reset stats. |
| Method Detail |
|---|
void resetStats()
long getHitCount()
longlong getMissCount()
longint getHitRate()
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||