Class ContentRef
java.lang.Object
org.gatein.pc.portlet.aspects.cache.ContentRef
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SoftContentRef,StrongContentRef
A fragment result + its expiration date.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gatein.pc.api.invocation.response.ContentResponseReturns the content, possibly null.
-
Constructor Details
-
ContentRef
public ContentRef()
-
-
Method Details
-
getContent
public abstract org.gatein.pc.api.invocation.response.ContentResponse getContent()Returns the content, possibly null.- Returns:
- the content
-