public final class CacheValueHolder<V> extends Object implements Serializable
| Constructor and Description |
|---|
CacheValueHolder()
used by kyro
|
CacheValueHolder(V value,
long expireAfterWrite) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessTime() |
long |
getExpireTime() |
V |
getValue() |
void |
setAccessTime(long accessTime) |
void |
setExpireTime(long expireTime) |
void |
setValue(V value) |
public CacheValueHolder()
public CacheValueHolder(V value, long expireAfterWrite)
Copyright © 2013–2022. All rights reserved.