Package com.thimbleware.jmemcached.storage.hash

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

Class Summary
ConcurrentLinkedHashMap<K,V extends SizedItem> A ConcurrentMap with a doubly-linked list running through its entries.
ConcurrentLinkedHashMap.Node<K,V> A node on the double-linked list.
 

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



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.