Class DefaultCacheKey

  • All Implemented Interfaces:
    Serializable, javax.cache.annotation.GeneratedCacheKey

    public class DefaultCacheKey
    extends Object
    implements javax.cache.annotation.GeneratedCacheKey
    Default GeneratedCacheKey implementation.
    Author:
    Kevin Pollet (C) 2011 SERLI, Galder ZamarreƱo
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultCacheKey

        public DefaultCacheKey​(Object[] parameters)
    • Method Detail

      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in interface javax.cache.annotation.GeneratedCacheKey
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface javax.cache.annotation.GeneratedCacheKey
        Overrides:
        hashCode in class Object