Package com.reardencommerce.kernel.collections.shared.evictable

Interface Summary
ConcurrentLinkedHashMap.EvictionListener<K,V> A listener registered for notification when an entry is evicted.
 

Class Summary
ConcurrentLinkedHashMap<K,V> A ConcurrentMap with a doubly-linked list running through its entries.
 

Enum Summary
ConcurrentLinkedHashMap.EvictionPolicy The replacement policy to apply to determine which entry to discard when the capacity has been reached.
 



Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.