public class Entry<T> extends Object
| Constructor and Description |
|---|
Entry(long ttlInMillis,
long expiryInMillis,
T value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpiryInMillis() |
long |
getTtlInMillis() |
T |
getValue() |
Entry<T> |
updateExpiryInMillis(long expiryInMillis) |
public Entry(long ttlInMillis,
long expiryInMillis,
T value)
Copyright © 2020. All rights reserved.