public class EntityCache extends Object
| Constructor and Description |
|---|
EntityCache(Object datas,
long timeOut,
long lastRefeshTime) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDatas() |
long |
getLastRefeshTime() |
long |
getTimeOut() |
void |
setDatas(Object datas) |
void |
setLastRefeshTime(long lastRefeshTime) |
void |
setTimeOut(long timeOut) |
public EntityCache(Object datas, long timeOut, long lastRefeshTime)
Copyright © 2020. All rights reserved.