Class CDPCustomerSegmentsCache
java.lang.Object
de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<CDPCustomerSegmentsCacheKey,List<String>>
com.sap.sapsegmentationservices.cdp.cache.CDPCustomerSegmentsCache
- All Implemented Interfaces:
de.hybris.platform.integrationservices.cache.IntegrationCache<CDPCustomerSegmentsCacheKey,List<String>>
public class CDPCustomerSegmentsCache
extends de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<CDPCustomerSegmentsCacheKey,List<String>>
Cache for CDP Segments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value type stored in the cache, which is List of Strings.protected de.hybris.platform.regioncache.key.CacheKeyConverts a CDPCustomerSegmentsCacheKey into a CacheKey.Methods inherited from class de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache
contains, get, getCache, load, log, put, remove, setCacheRegion
-
Constructor Details
-
CDPCustomerSegmentsCache
public CDPCustomerSegmentsCache()
-
-
Method Details
-
toCacheKey
Converts a CDPCustomerSegmentsCacheKey into a CacheKey.- Specified by:
toCacheKeyin classde.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<CDPCustomerSegmentsCacheKey,List<String>> - Parameters:
key- The CDPCustomerSegmentsCacheKey to be converted.- Returns:
- A CacheKey representing the same key as the CDPCustomerSegmentsCacheKey.
-
getValueType
Returns the value type stored in the cache, which is List of Strings.- Specified by:
getValueTypein classde.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<CDPCustomerSegmentsCacheKey,List<String>> - Returns:
- The Class representing the value type (List of Strings) stored in the cache.
-