Class OPPSPriceAndPromotionsCache
java.lang.Object
de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<OPPSPriceAndPromotionsCacheKey,OPPSPriceAndPromotionsData>
com.sap.retail.sapppspricing.cache.OPPSPriceAndPromotionsCache
- All Implemented Interfaces:
de.hybris.platform.integrationservices.cache.IntegrationCache<OPPSPriceAndPromotionsCacheKey,OPPSPriceAndPromotionsData>
public class OPPSPriceAndPromotionsCache
extends de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<OPPSPriceAndPromotionsCacheKey,OPPSPriceAndPromotionsData>
Cache for OPPS Price and Promotions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<OPPSPriceAndPromotionsData>protected de.hybris.platform.regioncache.key.CacheKeyConverts a OPPSPriceAndPromotionsCacheKey into a CacheKey.Methods inherited from class de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache
contains, get, getCache, load, log, put, remove, setCacheRegion
-
Constructor Details
-
OPPSPriceAndPromotionsCache
public OPPSPriceAndPromotionsCache()
-
-
Method Details
-
toCacheKey
protected de.hybris.platform.regioncache.key.CacheKey toCacheKey(OPPSPriceAndPromotionsCacheKey key) Converts a OPPSPriceAndPromotionsCacheKey into a CacheKey.- Specified by:
toCacheKeyin classde.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<OPPSPriceAndPromotionsCacheKey,OPPSPriceAndPromotionsData> - Parameters:
key- The OPPSPriceAndPromotionsCacheKey to be converted.- Returns:
- A CacheKey representing the same key as the OPPSPriceAndPromotionsCacheKey.
-
getValueType
- Specified by:
getValueTypein classde.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<OPPSPriceAndPromotionsCacheKey,OPPSPriceAndPromotionsData>
-