public class VcsCacheItem
extends java.lang.Object
VcsCache. Extends the class with your value class.| Modifier | Constructor and Description |
|---|---|
protected |
VcsCacheItem(long rootId,
boolean connectionIsFailed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConnectionFailed()
Returns true if evaluation of the value failed.
|
boolean |
isExpired()
Returns true if the value should be re-evaluated.
|
java.lang.String |
toString() |
protected VcsCacheItem(long rootId,
boolean connectionIsFailed)
rootId - vcs root id.connectionIsFailed - if getting the value process failed.public boolean isConnectionFailed()
public boolean isExpired()
public java.lang.String toString()
toString in class java.lang.Object