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