Package org.apache.myfaces.util.lang
Class ConcurrentLRUCache.Stats
- java.lang.Object
- 
- org.apache.myfaces.util.lang.ConcurrentLRUCache.Stats
 
- 
- Enclosing class:
- ConcurrentLRUCache<K,V>
 
 public static class ConcurrentLRUCache.Stats extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Stats()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ConcurrentLRUCache.Stats other)longgetCumulativeEvictions()longgetCumulativeHits()longgetCumulativeLookups()longgetCumulativeMisses()longgetCumulativeNonLivePuts()longgetCumulativePuts()intgetCurrentSize()
 
- 
- 
- 
Method Detail- 
getCumulativeLookupspublic long getCumulativeLookups() 
 - 
getCumulativeHitspublic long getCumulativeHits() 
 - 
getCumulativePutspublic long getCumulativePuts() 
 - 
getCumulativeEvictionspublic long getCumulativeEvictions() 
 - 
getCurrentSizepublic int getCurrentSize() 
 - 
getCumulativeNonLivePutspublic long getCumulativeNonLivePuts() 
 - 
getCumulativeMissespublic long getCumulativeMisses() 
 - 
addpublic void add(ConcurrentLRUCache.Stats other) 
 
- 
 
-