Update the properties of the cache configuration. Only a SAP Mobile Platform administrator can do this.
 void updateConfigurationCache(SUPConfigurationComponentVO serverComponent)  
      throws SUPAdminException; 
    If successful, returns silently. If unsuccessful, throws SUPAdminException.
supConf.refreshConfigurationCache();
SUPConfigurationComponentVO confVO = supConf.getConfigurationCache();
confVO.getProperties().put("cache.port", "4201"); 
supConf.updateConfigurationCache(confVO);
supConf.commitConfigurationCache();