Package com.ibm.websphere.cache
Interface Sizeable
- 
 public interface SizeableAll the objects put into the cache must implement this interface if the application wants to control the size of a cache instance in terms of heapsize.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetObjectSize()Returns an implementation-specific size of the object.
 
-