Class CDPCustomerSegmentsCacheKey

java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
com.sap.sapsegmentationservices.cdp.cache.CDPCustomerSegmentsCacheKey
All Implemented Interfaces:
de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>, de.hybris.platform.regioncache.key.CacheKey

public class CDPCustomerSegmentsCacheKey extends de.hybris.platform.regioncache.key.AbstractCacheKey implements de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>
A cache key for retrieving/storing CDP Segments in IntegrationCache
  • Field Summary

    Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey

    cachedHash, tenantId, typeCode, valueType
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    from(@NotNull String customerID)
     
     
    int
     

    Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey

    getCacheValueType, getTenantId, getTypeCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • from

      public static CDPCustomerSegmentsCacheKey from(@NotNull @NotNull String customerID)
    • getId

      public String getId()
      Specified by:
      getId in interface de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class de.hybris.platform.regioncache.key.AbstractCacheKey
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class de.hybris.platform.regioncache.key.AbstractCacheKey