Package org.apache.myfaces.util.lang
Class ConcurrentLRUCache.Stats
java.lang.Object
org.apache.myfaces.util.lang.ConcurrentLRUCache.Stats
- Enclosing class:
- ConcurrentLRUCache<K,
V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ConcurrentLRUCache.Stats other) long
long
long
long
long
long
int
-
Constructor Details
-
Stats
public Stats()
-
-
Method Details
-
getCumulativeLookups
public long getCumulativeLookups() -
getCumulativeHits
public long getCumulativeHits() -
getCumulativePuts
public long getCumulativePuts() -
getCumulativeEvictions
public long getCumulativeEvictions() -
getCurrentSize
public int getCurrentSize() -
getCumulativeNonLivePuts
public long getCumulativeNonLivePuts() -
getCumulativeMisses
public long getCumulativeMisses() -
add
-