JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
IBM WebSphere Application Server
TM
Release 9.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.ibm.websphere.cache
Interface Sizeable
All Known Implementing Classes:
CacheableCommandImpl
public interface
Sizeable
All 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 Summary
Methods
Modifier and Type
Method and Description
long
getObjectSize
()
Returns an implementation-specific size of the object.
Method Detail
getObjectSize
long getObjectSize()
Returns an implementation-specific size of the object.
Returns:
estimated size of
object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
IBM WebSphere Application Server
TM
Release 9.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method