public class CacheEntry<V>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CacheEntry(V val,
long expires) |
Modifier and Type | Method and Description |
---|---|
long |
getExpirationTime() |
V |
getValue() |
void |
print() |
java.lang.String |
toString() |