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

CacheConfig - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.plugins.cache
Interface CacheConfig

All Known Implementing Classes:
CacheConfigPlugin

public interface CacheConfig


Field Summary
static int REF_SOFT
          Cache uses soft references.
static int REF_STRONG
          Cache uses strong references.
 
Method Summary
 int getExpirationTimeMillis()
           
 java.lang.Integer getReferenceType()
           
 

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

getExpirationTimeMillis

public int getExpirationTimeMillis()

getReferenceType

public java.lang.Integer getReferenceType()