Interface KeyValueStore
-
- All Known Implementing Classes:
DefaultKeyValueStore
public interface KeyValueStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voiddelete(String key)<R> Rget(String key)default voidstore(String key, Object value)voidstore(String key, Object value, Guarantee guarantee)booleanstoreIfAbsent(String key, Object value)
-