Class ContentRef
- java.lang.Object
-
- org.gatein.pc.portlet.aspects.cache.ContentRef
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SoftContentRef,StrongContentRef
public abstract class ContentRef extends Object implements Serializable
A fragment result + its expiration date.- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentRef()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.gatein.pc.api.invocation.response.ContentResponsegetContent()Returns the content, possibly null.
-