Uses of Class
com.sap.sapsegmentationservices.cdp.cache.CDPCustomerSegmentsCacheKey
Packages that use CDPCustomerSegmentsCacheKey
Package
Description
-
Uses of CDPCustomerSegmentsCacheKey in com.sap.sapsegmentationservices.cdp.cache
Methods in com.sap.sapsegmentationservices.cdp.cache that return CDPCustomerSegmentsCacheKeyMethods in com.sap.sapsegmentationservices.cdp.cache with parameters of type CDPCustomerSegmentsCacheKeyModifier and TypeMethodDescriptionprotected de.hybris.platform.regioncache.key.CacheKeyCDPCustomerSegmentsCache.toCacheKey(CDPCustomerSegmentsCacheKey key) Converts a CDPCustomerSegmentsCacheKey into a CacheKey. -
Uses of CDPCustomerSegmentsCacheKey in com.sap.sapsegmentationservices.cdp.service.impl
Methods in com.sap.sapsegmentationservices.cdp.service.impl that return CDPCustomerSegmentsCacheKeyModifier and TypeMethodDescriptionprotected CDPCustomerSegmentsCacheKeyCreates a cache key based on the user and current base site.Methods in com.sap.sapsegmentationservices.cdp.service.impl that return types with arguments of type CDPCustomerSegmentsCacheKeyModifier and TypeMethodDescriptionde.hybris.platform.integrationservices.cache.IntegrationCache<CDPCustomerSegmentsCacheKey,List<String>> DefaultSAPCDPCustomerService.getCdpCustomerSegmentsCache()Constructor parameters in com.sap.sapsegmentationservices.cdp.service.impl with type arguments of type CDPCustomerSegmentsCacheKeyModifierConstructorDescriptionDefaultSAPCDPCustomerService(de.hybris.platform.integrationservices.cache.IntegrationCache<CDPCustomerSegmentsCacheKey, List<String>> cdpCustomerSegmentsCache) Constructs an instance of DefaultSAPCDPCustomerService with the provided IntegrationCache for storing customer segments.