Package org.wildfly.clustering.ee
Interface Manager<K,V>
- All Superinterfaces:
BiFunction<K,Function<Runnable, V>, V>
Strategy for managing the creation and destruction of objects.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
apply
Returns the value associated with the specified key, creating it from the specified factory, if necessary.
-