Class SimpleManager<K,V>

java.lang.Object
org.wildfly.clustering.ee.cache.SimpleManager<K,V>
Type Parameters:
K - the key type
V - the type of the managed value
All Implemented Interfaces:
BiFunction<K,Function<Runnable,V>,V>, Manager<K,V>

public class SimpleManager<K,V> extends Object implements Manager<K,V>
Manages creation and destruction of objects not sharable across threads.
Author:
Paul Ferraro