Marks a key as being touched. Causes the new experation time to be replicated.
(key string)
| 20 | |
| 21 | // Marks a key as being touched. Causes the new experation time to be replicated. |
| 22 | MarkTouched(key string) |
| 23 | |
| 24 | // Marks a key as deleted and replicates the deletion. |
| 25 | MarkDeleted(key string) |
no outgoing calls