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()