Uses of Interface
org.apache.myfaces.util.lang.ConcurrentLRUCache.EvictionListener
Packages that use ConcurrentLRUCache.EvictionListener
-
Uses of ConcurrentLRUCache.EvictionListener in org.apache.myfaces.util.lang
Constructors in org.apache.myfaces.util.lang with parameters of type ConcurrentLRUCache.EvictionListenerModifierConstructorDescriptionConcurrentLRUCache
(int upperWaterMark, int lowerWaterMark, int acceptableWatermark, int initialSize, boolean runCleanupThread, boolean runNewThreadForCleanup, ConcurrentLRUCache.EvictionListener<K, V> evictionListener)