@Concealed public class CachedDataBinder extends Object
Constructor and Description |
---|
CachedDataBinder(DataBinder binder)
Create a object that remembers the binder and when it was created
|
Modifier and Type | Method and Description |
---|---|
DataBinder |
getBinder()
Get the DataBinder
|
long |
getBinderFetchTime()
Get the System time when this instance was fetched from Content Server
|
boolean |
hasExpired(long timeToLive)
Return true if the TimeToLive for this object has expired
|
public CachedDataBinder(DataBinder binder)
binder
- (possibly null)public DataBinder getBinder()
public long getBinderFetchTime()
public boolean hasExpired(long timeToLive)
timeToLive
- in milliseconds