Uses of Interface
com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.EvictionListener

Packages that use ConcurrentLinkedHashMap.EvictionListener
com.thimbleware.jmemcached.storage.hash   
 

Uses of ConcurrentLinkedHashMap.EvictionListener in com.thimbleware.jmemcached.storage.hash
 

Methods in com.thimbleware.jmemcached.storage.hash with parameters of type ConcurrentLinkedHashMap.EvictionListener
static
<K,V extends SizedItem>
ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, long maximumMemoryCapacity, ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
          Creates a map with the specified eviction policy, maximum capacity, eviction listener, and at the default concurrency level.
static
<K,V extends SizedItem>
ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, long maximumMemoryCapacity, int concurrencyLevel, ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
          Creates a map with the specified eviction policy, maximum capacity, eviction listener, and concurrency level.
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.