public class CacheEntry<V> extends Object implements Serializable
CacheEntry(V val, long expires)
long
getExpirationTime()
V
getValue()
void
print()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CacheEntry(V val, long expires)
public V getValue()
public long getExpirationTime()
public String toString()
toString
Object
public void print()
Copyright © 2015. All rights reserved.