|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Map.Statistics
An interface that defines the methods that may be invoked to monitor cache usage.
| Method Summary | |
|---|---|
int |
getSuccessfulRequests()
Returns the total number of successful requests for values from the cache based upon a key. |
int |
getTotalRemoved()
Returns the total number of Map.Entry items that
were evicted from the cache after it reached its maximum
configured size. |
int |
getTotalRequests()
Returns the total number of requests that have been made for values from the cache based upon a key. |
| Method Detail |
|---|
int getTotalRequests()
values from the cache based upon a key.
int getSuccessfulRequests()
values from the cache based upon a key.
int getTotalRemoved()
Map.Entry items that
were evicted from the cache after it reached its maximum
configured size. Note that this value does not track user
triggered entry removals from the cache.
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||