Class OPPSPriceAndPromotionsCacheKey
java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
com.sap.retail.sapppspricing.cache.OPPSPriceAndPromotionsCacheKey
- All Implemented Interfaces:
de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>,de.hybris.platform.regioncache.key.CacheKey
public final class OPPSPriceAndPromotionsCacheKey
extends de.hybris.platform.regioncache.key.AbstractCacheKey
implements de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>
Represents a cache key for storing and retrieving OPPS pricing and promotions
information. This key is associated with a specific tenant in a multi-tenant
environment.
-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType -
Method Summary
Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantId, getTypeCode, toString
-
Method Details
-
from
Creates an OPPSPriceAndPromotionsCacheKey based on the provided parameters.Null parameters are ignored during key construction.- Parameters:
params- The parameters used to construct the cache key.- Returns:
- A new OPPSPriceAndPromotionsCacheKey instance based on the concatenated string representation of parameters.
-
getId
- Specified by:
getIdin interfacede.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>
-
hashCode
public int hashCode()- Overrides:
hashCodein classde.hybris.platform.regioncache.key.AbstractCacheKey
-
equals
- Overrides:
equalsin classde.hybris.platform.regioncache.key.AbstractCacheKey
-