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