Interface MetadataAware

  • Method Summary

    Modifier and Type
    Method
    Description
    Get metadata of this cache entry.
    void
    Set the metadata in the cache entry.
  • Method Details

    • getMetadata

      Metadata getMetadata()
      Get metadata of this cache entry.
      Returns:
      a Metadata instance
    • setMetadata

      void setMetadata(Metadata metadata)
      Set the metadata in the cache entry.
      Parameters:
      metadata - to apply to the cache entry