JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Platform API v11.0.0-M2
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
jakarta.faces
Package
com.sun.faces.util
Interface ConcurrentCache.Factory<K,
V>
Enclosing class:
ConcurrentCache
<
K
,
V
>
public static interface
ConcurrentCache.Factory<K,
V>
Factory interface for creating various cacheable objects.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
newInstance
(
K
arg)
Method Details
newInstance
V
newInstance
(
K
arg)
throws
Exception
Throws:
Exception