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