Interface Cacheable


public interface Cacheable
  • Method Summary

    Modifier and Type
    Method
    Description
    This can be used to get the key associated with the cacheable object.
  • Method Details

    • getKey

      Object getKey()
      This can be used to get the key associated with the cacheable object.
      Returns:
      The key associated with the cacheable object.