Uses of Interface
com.sun.faces.util.ConcurrentCache.Factory
Packages that use ConcurrentCache.Factory
-
Uses of ConcurrentCache.Factory in com.sun.faces.util
Methods in com.sun.faces.util that return ConcurrentCache.FactoryModifier and TypeMethodDescriptionprotected final ConcurrentCache.Factory
<K, V> ConcurrentCache.getFactory()
Retrieves aFactory
instance aasociated with this cacheConstructors in com.sun.faces.util with parameters of type ConcurrentCache.FactoryModifierConstructorDescriptionConstructs this cache using the specifiedFactory
.ExpiringConcurrentCache
(ConcurrentCache.Factory<K, V> f, ExpiringConcurrentCache.ExpiryChecker<K, V> checker) Public constructor.