Interface CacheResult


public interface CacheResult
Represents a response from a SharedData operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the key or null to the object associated with the result.
    Gets the status of the cache operation.
    byte[]
    Get the object returned from a Get 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

      Gets the status of the cache operation.
      Returns:
      the operation status.