Uses of Interface
com.sun.faces.util.Cache.Factory
-
Uses of Cache.Factory in com.sun.faces.util
ModifierConstructorDescriptionCache
(Cache.Factory<K, V> factory) Constructs this cache using the specifiedFactory
.LRUCache
(Cache.Factory<K, V> factory, int capacity)