-
data
ConcurrentMap<K,V> data
-
concurrencyLevel
int concurrencyLevel
-
evictionDeque
org.omnifaces.component.output.cache.concurrentlinkedhashmap.LinkedDeque<E extends org.omnifaces.component.output.cache.concurrentlinkedhashmap.Linked<E>> evictionDeque
-
weightedSize
long weightedSize
-
capacity
long capacity
-
nextOrder
int nextOrder
-
drainedOrder
int drainedOrder
-
evictionLock
Lock evictionLock
-
buffers
Queue<E>[] buffers
-
bufferLengths
AtomicIntegerArray bufferLengths
-
drainStatus
AtomicReference<V> drainStatus
-
weigher
EntryWeigher<K,V> weigher
-
pendingNotifications
Queue<E> pendingNotifications
-
listener
EvictionListener<K,V> listener