V - the value typepublic class CacheValueBean<V> extends Object
| Constructor and Description |
|---|
CacheValueBean(V value,
long ttl) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTTL() |
V |
getValue() |
void |
setTTL(long ttl) |
void |
setValue(V value) |
String |
toString() |
public CacheValueBean(V value, long ttl)
value - TTL - Copyright © 2017. All Rights Reserved.