Package com.ibm.wsspi.cache
Interface GenerateContents
-
public interface GenerateContents
This interface is used by CacheEntry to indicate that the value implements the GenerateContents() method.- Since:
- WAS7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
generateContents()
Returns the contents of this object in byte array.
-