Interface MarshalledValue
public interface MarshalledValue
A marshallable object containing serialized representations of cache values and metadata, that can be used to store
 values, metadata and timestamps as a single entity.
- Since:
- 10.0
- Author:
- Ryan Emerson
- 
Method SummaryModifier and TypeMethodDescriptionlonglong
- 
Method Details- 
getValueBytesByteBuffer getValueBytes()
- 
getMetadataBytesByteBuffer getMetadataBytes()
- 
getInternalMetadataBytesByteBuffer getInternalMetadataBytes()
- 
getCreatedlong getCreated()
- 
getLastUsedlong getLastUsed()
 
-