Update the properties of the cache configuration. Only a SAP Mobile Platform administrator can do this.
void updateConfigurationPushCache(SUPConfigurationComponentVO serverComponent)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
supConf.refreshConfigurationPushCache();
SUPConfigurationComponentVO confVO = supConf.getConfigurationPushCache();
confVO.getProperties().put("cache.port", "4203");
supConf.updateConfigurationPushCache(confVO);
supConf.commitConfigurationPushCache();