当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
SoftTimedContent - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.server.output.cache
Class SoftTimedContent
java.lang.Object
org.jboss.portal.server.output.cache.TimedContent
org.jboss.portal.server.output.cache.SoftTimedContent
- public class SoftTimedContent
- extends TimedContent
Use soft reference.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftTimedContent
public SoftTimedContent(FragmentResult content,
long expirationTimeMillis)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
- if the content is null
getContent
public FragmentResult getContent()
- Description copied from class:
TimedContent
- Return the content, possibly null.
- Specified by:
getContent
in class TimedContent