public interface LocalStorage
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Key key) |
Value |
get(Key key) |
List<Key> |
getKeysBeforeTimestamp(long timestamp) |
void |
put(Key key,
Value value) |
default void |
updateLastPublished(Key key,
long timestamp) |
Copyright © 2016. All Rights Reserved.