Package org.wildfly.clustering.ee.cache
Class ConcurrentManager<K,V>
java.lang.Object
org.wildfly.clustering.ee.cache.ConcurrentManager<K,V>
- Type Parameters:
K- the key typeV- the type of the managed value
- All Implemented Interfaces:
BiFunction<K,,Function<Runnable, V>, V> Manager<K,V>
Manages creation and destruction of values to be shared across threads.
- Author:
- Paul Ferraro