- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Detail
-
getMisses
long getMisses()
- Returns:
- the total number of misses that have been made on the underlying instrumented cache
-
getMissTime
long getMissTime()
- Returns:
- the total time it has take to create objects because of cache misses on the underlying instrumented cache
-
getHits
long getHits()
- Returns:
- the total number of hits that have been made on the underlying instrumented cache
-
getCacheSize
long getCacheSize()
- Returns:
- the size of the underlying instrumented cache
-
getHitMissRatio
double getHitMissRatio()
- Returns:
- the ration of hits divided by the misses on the underlying instrumented cache
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2016 Atlassian. All rights reserved.