Class CacheKey


  • public class CacheKey
    extends Object
    A general purpose cache key class used to create composite keys
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • key

        public static CacheKey key​(Object... values)
        A factory method for creating CacheKey instances from one or more values
        Parameters:
        values - the values
        Returns:
        the CacheKey instance