Uses of Interface
org.apache.myfaces.shared_tomahawk.util.ConcurrentLRUCache.EvictionListener

Packages that use ConcurrentLRUCache.EvictionListener
org.apache.myfaces.shared_tomahawk.util   
 

Uses of ConcurrentLRUCache.EvictionListener in org.apache.myfaces.shared_tomahawk.util
 

Constructors in org.apache.myfaces.shared_tomahawk.util with parameters of type ConcurrentLRUCache.EvictionListener
ConcurrentLRUCache(int upperWaterMark, int lowerWaterMark, int acceptableWatermark, int initialSize, boolean runCleanupThread, boolean runNewThreadForCleanup, ConcurrentLRUCache.EvictionListener<K,V> evictionListener)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.