Interface CacheResult
public interface CacheResult
Represents a response from a
SharedData
operation.-
Method Details
-
getKey
String getKey()Gets the key or null to the object associated with the result.- Returns:
- the key or null.
-
getValue
byte[] getValue()Get the object returned from a Get operation.- Returns:
- the object or null.
-
getStatus
CacheOperationStatus getStatus()Gets the status of the cache operation.- Returns:
- the operation status.
-