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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(ConcurrentLRUCache.Stats other) longlonglonglonglonglongint
- 
Constructor Details- 
Statspublic Stats()
 
- 
- 
Method Details- 
getCumulativeLookupspublic long getCumulativeLookups()
- 
getCumulativeHitspublic long getCumulativeHits()
- 
getCumulativePutspublic long getCumulativePuts()
- 
getCumulativeEvictionspublic long getCumulativeEvictions()
- 
getCurrentSizepublic int getCurrentSize()
- 
getCumulativeNonLivePutspublic long getCumulativeNonLivePuts()
- 
getCumulativeMissespublic long getCumulativeMisses()
- 
add
 
-