com.ibm.websphere.cache
Interface DistributedNioMapObject
- public interface DistributedNioMapObject
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCacheValueSize()
This determines the best-effort size of the DistributedNioMapObject's value.
|
|
release()
Release the cached object(ByteBuffers/MetaData) to the NIO buffer management.
|
|
toString()
toString() method used to display.
|
Method Detail
release
- void release()
Release the cached object(ByteBuffers/MetaData) to the NIO buffer management.
See Also:
toString
- java.lang.String toString()
toString() method used to display.
Overrides:
toString
in class java.lang.Object
getCacheValueSize
- long getCacheValueSize()
This determines the best-effort size of the DistributedNioMapObject's value.
Returns:
The best-effort determination of the size of the DistributedNioMapObject's value.
If the size cannot be determined, the return value is -1;