- Enclosing class:
- Cache<K,V>
public static class Cache.Stat
extends Object
-
Constructor Summary
Constructors
Stat(int count,
long minDuration,
long maxDuration)
-
Method Summary
-
Constructor Details
-
Stat
public Stat(int count,
long minDuration,
long maxDuration)
-
Method Details
-
getCount
public int getCount()
-
getMinDuration
public long getMinDuration()
-
getMaxDuration
public long getMaxDuration()
-