|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICacheStatistics
Provides access to cache's statistics information.
Method Summary | |
---|---|
void |
clear()
Clears this cache statistics. |
long |
getHitCount()
Returns the number of searchs that successfully found the entry in the cache. |
long |
getMissCount()
Returns the number of searchs that did not found the entry in the cache. |
Method Detail |
---|
long getHitCount()
long getMissCount()
void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |