Class DefaultAsCacheKey

    • Constructor Detail

      • DefaultAsCacheKey

        public DefaultAsCacheKey​(AsCacheScope scope,
                                 java.io.Serializable... keyFragments)
        Default constructor.
        Parameters:
        scope - - the cache key scope
        keyFragments - - the fragments of the cache key
    • Method Detail

      • getScope

        public AsCacheScope getScope()
        Description copied from interface: AsCacheKey
        Returns the scope of the cache key.
        Specified by:
        getScope in interface AsCacheKey
        Returns:
        the scope of the cache key
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object