Package com.sun.faces.util
Interface Cache.Factory<K,V>
public static interface Cache.Factory<K,V>
Factory interface for creating various cacheable objects.
-
Method Summary
Modifier and Type Method Description V
newInstance(K arg)
-
Method Details
-
newInstance
- Throws:
InterruptedException
-