Class LibObjectCacheCachedObject
- java.lang.Object
-
- com.mclarkdev.tools.libobjectcache.LibObjectCacheCachedObject
-
public abstract class LibObjectCacheCachedObject extends Object
-
-
Constructor Summary
Constructors Constructor Description LibObjectCacheCachedObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimeCreated()longgetTimeExpires()longgetTimeLastSeen()longgetTimeout()booleanisExpired()voidsetTimeout(long timeoutTime, TimeUnit timeoutUnit)protected voidtouch()
-
-
-
Method Detail
-
getTimeout
public long getTimeout()
-
getTimeCreated
public long getTimeCreated()
-
getTimeLastSeen
public long getTimeLastSeen()
-
getTimeExpires
public long getTimeExpires()
-
setTimeout
public void setTimeout(long timeoutTime, TimeUnit timeoutUnit)
-
touch
protected void touch()
-
isExpired
public boolean isExpired()
-
-