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