Package org.infinispan.conflict
Class ConflictManagerFactory
- java.lang.Object
-
- org.infinispan.conflict.ConflictManagerFactory
-
public final class ConflictManagerFactory extends Object
AConflictManager
factory for cache instances.- Since:
- 9.1
- Author:
- Ryan Emerson
-
-
Constructor Summary
Constructors Constructor Description ConflictManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
ConflictManager<K,V>get(AdvancedCache<K,V> cache)
-
-
-
Method Detail
-
get
public static <K,V> ConflictManager<K,V> get(AdvancedCache<K,V> cache)
-
-