Package org.wildfly.clustering.ee
Interface MutatorFactory<K,V>
-
public interface MutatorFactory<K,V>Creates a mutator instance for a given cache entry.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MutatorcreateMutator(Map.Entry<K,V> entry)Creates a mutator for the specified cache entry.MutatorcreateMutator(K key, V value)Creates a mutator for the specified cache entry.
-