Class LegacyCacheKeyType
java.lang.Object
de.hybris.platform.regioncache.key.legacy.LegacyCacheKeyType
- All Implemented Interfaces:
Serializable
This is connected to LegacyCacheKey class.
All legacy keys has its own dependent types.
All legacy keys has its own dependent types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLegacyCacheKeyType(Object typeCode, String entityCode) LegacyCacheKeyType(Object typeCode, String entityCode, Object additionalCode) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringgetFullTypeName(Object typeCode) inthashCode()toString()Crucial for generational cache -typeCodeStringis stored as key in generation table
-
Constructor Details
-
LegacyCacheKeyType
-
LegacyCacheKeyType
-
-
Method Details