public static class ConcurrentLRUCache.Stats extends Object
| Constructor and Description | 
|---|
| Stats() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(ConcurrentLRUCache.Stats other) | 
| long | getCumulativeEvictions() | 
| long | getCumulativeHits() | 
| long | getCumulativeLookups() | 
| long | getCumulativeMisses() | 
| long | getCumulativeNonLivePuts() | 
| long | getCumulativePuts() | 
| int | getCurrentSize() | 
public long getCumulativeLookups()
public long getCumulativeHits()
public long getCumulativePuts()
public long getCumulativeEvictions()
public int getCurrentSize()
public long getCumulativeNonLivePuts()
public long getCumulativeMisses()
public void add(ConcurrentLRUCache.Stats other)
Copyright © 2022 The Apache Software Foundation. All rights reserved.