|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jcms.CacheManager.CacheEntry
public class CacheManager.CacheEntry
Constructor Summary | |
---|---|
CacheManager.CacheEntry(String id,
boolean sessionScope,
String sessionId,
String content,
Class<?>[] classes,
long timeout,
Map<?,?> extraInfoMap)
|
Method Summary | |
---|---|
void |
clearContent()
|
Class<?>[] |
getClasses()
Get the value of classes. |
String |
getContent()
Get the value of content. |
Date |
getDate()
Get the value of date. |
Map<?,?> |
getExtraInfoMap()
Get the value of extraInfoMap. |
String |
getId()
Get the value of id. |
boolean |
getSessionScope()
Get the value of sessionScope. |
long |
getTimeout()
Get the value of timeout. |
void |
storeContent(String content)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheManager.CacheEntry(String id, boolean sessionScope, String sessionId, String content, Class<?>[] classes, long timeout, Map<?,?> extraInfoMap)
Method Detail |
---|
public void storeContent(String content)
public void clearContent()
public String getId()
public boolean getSessionScope()
public String getContent()
public Class<?>[] getClasses()
public Date getDate()
public long getTimeout()
public Map<?,?> getExtraInfoMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |