Interface ConflictsCache
-
- All Known Implementing Classes:
ConflictsCacheImpl
public interface ConflictsCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetIfPresent(ConflictKey key)voidput(ConflictKey key, boolean value)
-
-
-
Method Detail
-
put
void put(ConflictKey key, boolean value)
-
getIfPresent
Boolean getIfPresent(ConflictKey key)
-
-