Uses of Interface
com.sun.faces.util.ConcurrentCache.Factory
-
Packages that use ConcurrentCache.Factory Package Description com.sun.faces.util -
-
Uses of ConcurrentCache.Factory in com.sun.faces.util
Methods in com.sun.faces.util that return ConcurrentCache.Factory Modifier and Type Method Description protected ConcurrentCache.Factory<K,V>ConcurrentCache. getFactory()Retrieves aFactoryinstance aasociated with this cacheConstructors in com.sun.faces.util with parameters of type ConcurrentCache.Factory Constructor Description ConcurrentCache(ConcurrentCache.Factory<K,V> f)Constructs this cache using the specifiedFactory.ExpiringConcurrentCache(ConcurrentCache.Factory<K,V> f, ExpiringConcurrentCache.ExpiryChecker<K,V> checker)Public constructor.
-