org.jboss.portal.portlet.deployment.jboss.info.impl
Class CacheInfoImpl
java.lang.Object
org.jboss.portal.portlet.deployment.jboss.info.impl.CacheInfoImpl
- All Implemented Interfaces:
- org.jboss.portal.portlet.info.CacheInfo
public class CacheInfoImpl
- extends java.lang.Object
- implements org.jboss.portal.portlet.info.CacheInfo
- Version:
- $Revision: 6697 $
- Author:
- Julien Viet
|
Field Summary |
static int |
REF_SOFT
Cache uses soft references. |
static int |
REF_STRONG
Cache uses strong references. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REF_STRONG
public static int REF_STRONG
- Cache uses strong references.
REF_SOFT
public static int REF_SOFT
- Cache uses soft references.
CacheInfoImpl
public CacheInfoImpl(org.jboss.portal.portlet.impl.metadata.portlet.PortletMetaData portletMD,
JBossPortletMetaData jbossPortletMD)
getExpirationSecs
public int getExpirationSecs()
- Specified by:
getExpirationSecs in interface org.jboss.portal.portlet.info.CacheInfo
getReferenceType
public int getReferenceType()