Poll for a value. (use under lock for this key) @param key key @return null if not existent, or the kv value in storage
(String key)
| 272 | * @return null if not existent, or the kv value in storage |
| 273 | */ |
| 274 | KV poll(String key); |
| 275 | |
| 276 | /** |
| 277 | * Get the value. (use under lock for this key) |
no outgoing calls