站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

CacheInfo - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.info
Interface CacheInfo

All Known Implementing Classes:
CacheInfoSupport, ContainerCacheInfo

public interface CacheInfo


Field Summary
static int REF_SOFT
          Cache uses soft references.
static int REF_STRONG
          Cache uses strong references.
 
Method Summary
 int getExpirationSecs()
          The expiration in seconds.
 int getReferenceType()
          Return the kind of reference to cache markup fragments.
 

Field Detail

REF_STRONG

public static final int REF_STRONG
Cache uses strong references.

See Also:
Constant Field Values

REF_SOFT

public static final int REF_SOFT
Cache uses soft references.

See Also:
Constant Field Values
Method Detail

getExpirationSecs

public int getExpirationSecs()
The expiration in seconds.


getReferenceType

public int getReferenceType()
Return the kind of reference to cache markup fragments.