public class CachedObject<T> extends Object
CachedObject(T theObject)
T
getTheObject()
void
invalidate()
boolean
isValid(long TTL)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachedObject(T theObject)
public T getTheObject()
public boolean isValid(long TTL)
public void invalidate()
Copyright © 2017. All Rights Reserved.