Class LegacyCacheKeyType

java.lang.Object
de.hybris.platform.regioncache.key.legacy.LegacyCacheKeyType
All Implemented Interfaces:
Serializable

public class LegacyCacheKeyType extends Object implements Serializable
This is connected to LegacyCacheKey class.
All legacy keys has its own dependent types.
See Also:
  • Constructor Details

    • LegacyCacheKeyType

      public LegacyCacheKeyType(Object typeCode, String entityCode)
    • LegacyCacheKeyType

      public LegacyCacheKeyType(Object typeCode, String entityCode, Object additionalCode)
  • Method Details

    • toString

      public String toString()
      Crucial for generational cache - typeCodeString is stored as key in generation table
      Overrides:
      toString in class Object
    • getTypeCodeString

      public String getTypeCodeString()
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getFullTypeName

      public static String getFullTypeName(Object typeCode)