当前页面:
在线文档首页 >
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. |
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
getExpirationTimeMillis
public int getExpirationTimeMillis()
getReferenceType
public java.lang.Integer getReferenceType()