Interface Key<I>


public interface Key<I>
A cache key for a given identifier
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique identifier of this key.
  • Method Details

    • getId

      I getId()
      Returns the unique identifier of this key.
      Returns:
      the unique identifier of this key