|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.impl.jsr168.info.ContainerCacheInfo
public class ContainerCacheInfo
Field Summary | |
---|---|
static int |
REF_SOFT
Cache uses soft references. |
static int |
REF_STRONG
Cache uses strong references. |
Constructor Summary | |
---|---|
ContainerCacheInfo(PortletMetaData portletMD,
JBossPortletMetaData jbossPortletMD)
|
Method Summary | |
---|---|
int |
getExpirationSecs()
The expiration in seconds. |
int |
getReferenceType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int REF_STRONG
public static int REF_SOFT
Constructor Detail |
---|
public ContainerCacheInfo(PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD)
Method Detail |
---|
public int getExpirationSecs()
CacheInfo
getExpirationSecs
in interface CacheInfo
public int getReferenceType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |