Class CachedValue<T>
java.lang.Object
net.thevpc.netbeans.launcher.ui.utils.CachedValue<T>
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonggetValue()booleanbooleanisValid()voidsetTimeoutSeconds(long timeoutSeconds) booleanvoidupdate()void
-
Constructor Details
-
CachedValue
-
-
Method Details
-
getTimeoutSeconds
public long getTimeoutSeconds() -
setTimeoutSeconds
public void setTimeoutSeconds(long timeoutSeconds) -
isValid
public boolean isValid() -
isInvalid
public boolean isInvalid() -
updateAsync
public void updateAsync() -
update
public void update() -
tryUpdate
public boolean tryUpdate() -
getValue
-
getLastValue
-
getLastDate
public long getLastDate()
-