|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributedNioMapObject
Implement this interface in your cacheable object before placing it into cache if you need to get control at the time the object is being removed from cache.
DistributedNioMap
Method Summary | |
---|---|
long |
getCacheValueSize()
This determines the best-effort size of the DistributedNioMapObject's value. |
void |
release()
Release the cached object(ByteBuffers/MetaData) to the NIO buffer management. |
java.lang.String |
toString()
toString() method used to display. |
Method Detail |
---|
void release()
DistributedNioMap
java.lang.String toString()
toString
in class java.lang.Object
long getCacheValueSize()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |