Class MyAccountCacheUtil

java.lang.Object
com.sap.myaccountsapservices.utils.MyAccountCacheUtil

public class MyAccountCacheUtil extends Object
  • Constructor Details

    • MyAccountCacheUtil

      public MyAccountCacheUtil()
  • Method Details

    • fetchDataFromCache

      public Map<String,String> fetchDataFromCache(OrderModel orderModel, String invoiceId)
    • fetchDataFromCustomerCache

      public String fetchDataFromCustomerCache(String email)
    • updateDataInCustomerCache

      public void updateDataInCustomerCache(String email, String customerID)
    • updateDataInCache

      public void updateDataInCache(OrderModel orderModel, String invoiceId, String systemId)
    • getMyAccountCdpCache

      public de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountInvoiceCacheKey,Map<String,String>> getMyAccountCdpCache()
    • setMyAccountCdpCache

      public void setMyAccountCdpCache(de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountInvoiceCacheKey,Map<String,String>> myAccountCdpCache)
    • getMyAccountCdpCustomerCache

      public de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountCustomerCacheKey,String> getMyAccountCdpCustomerCache()
    • setMyAccountCdpCustomerCache

      public void setMyAccountCdpCustomerCache(de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountCustomerCacheKey,String> myAccountCdpCustomerCache)