Uses of Interface
com.sun.faces.util.ConcurrentCache.Factory
-
Uses of ConcurrentCache.Factory in com.sun.faces.util
Modifier and TypeMethodDescriptionprotected final ConcurrentCache.Factory
<K, V> ConcurrentCache.getFactory()
Retrieves aFactory
instance aasociated with this cacheModifierConstructorDescriptionConstructs this cache using the specifiedFactory
.ExpiringConcurrentCache
(ConcurrentCache.Factory<K, V> f, ExpiringConcurrentCache.ExpiryChecker<K, V> checker) Public constructor.