Class ItemLocalizedPropertyCacheKey
java.lang.Object
de.hybris.platform.persistence.ItemCacheKey
de.hybris.platform.persistence.property.ItemPropertyCacheKey
de.hybris.platform.persistence.property.ItemLocalizedPropertyCacheKey
- All Implemented Interfaces:
PropertyOwner,Cloneable
-
Field Summary
FieldsFields inherited from class de.hybris.platform.persistence.property.ItemPropertyCacheKey
cloned, info, itemPK, QUALI -
Constructor Summary
ConstructorsModifierConstructorDescriptionItemLocalizedPropertyCacheKey(TypeInfoMap info, PK langPK) protectedItemLocalizedPropertyCacheKey(TypeInfoMap info, PK itemPK, PK langPK) clone constructor -
Method Summary
Methods inherited from class de.hybris.platform.persistence.property.ItemPropertyCacheKey
cloneValue, createUnmodifiableViewOfValue, dispose, isValid, notifyPropertyDataChangedMethods inherited from class de.hybris.platform.persistence.ItemCacheKey
getCopy, getValueForModification, getValueForReading, getValueForReadingIfAvailable, getValueInternal
-
Field Details
-
LOC
- See Also:
-
-
Constructor Details
-
ItemLocalizedPropertyCacheKey
-
ItemLocalizedPropertyCacheKey
clone constructor
-
-
Method Details
-
clone
- Overrides:
clonein classItemPropertyCacheKey- Throws:
CloneNotSupportedException
-
getQualifier
- Overrides:
getQualifierin classItemPropertyCacheKey- Returns:
- an key for the CachedValue that is unique within the Item instance
-
computeValue
Description copied from class:ItemCacheKeyinitially creates the cached data object for a specified item. this method is only called once for one ItemCacheKey instance.- Overrides:
computeValuein classItemPropertyCacheKey
-