public interface ICacheableModel
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getFilename()Get the filename. | 
| long | getLastChecked()Get the last check time of the model. | 
| long | getLastModified()Get the last modification time of the model. | 
| void | setLastChecked(long time)Set the last check time of the model. | 
long getLastChecked()
void setLastChecked(long time)
time - The last check time of the model.long getLastModified()
java.lang.String getFilename()