public class CacheDatas
extends java.lang.Object
| Constructor and Description |
|---|
CacheDatas(CacheInfo infos,
java.lang.Object contenuCache)
Instantiates a new cache datas.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContent()
Gets the content.
|
long |
getTsAskForReloading()
Gets the ts ask for reloading.
|
long |
getTsEnregistrement()
Gets the ts enregistrement.
|
void |
setContent(java.lang.Object contenuCache)
Sets the content.
|
void |
setTsAskForReloading(long tsAskForReloading)
Sets the ts ask for reloading.
|
void |
setTsSaving(long tsEnregistrement)
Sets the ts saving.
|
public CacheDatas(CacheInfo infos, java.lang.Object contenuCache)
infos - the infoscontenuCache - the contenu cachepublic long getTsEnregistrement()
public void setTsSaving(long tsEnregistrement)
tsEnregistrement - the new ts savingpublic java.lang.Object getContent()
public void setContent(java.lang.Object contenuCache)
contenuCache - the new contentpublic long getTsAskForReloading()
public void setTsAskForReloading(long tsAskForReloading)
tsAskForReloading - the new ts ask for reloadingCopyright © 2014. All Rights Reserved.