Resolution: Observe the following property in ConfigValues.xml located in the $MQ_HOME/config directory.
<ConfValue description="Clear record cache on data update" isHotDeployable="true" name="Clear record cache on update" propname="com.tibco.cim.cache.clearonupdate" sinceVersion="8.3" visibility="All">
<ConfBool default="true" value="false"/>
</ConfValue>
For MDM 8.3 and onward, this property is never used by MDM as MDM never clears the record cache after update. This is the default behavior. If this parameter is changed from default value "false" to "true" then it would cause caching issues. It is recommended not to change this parameter value in ConfigValues.xml . In fact, this parameter has been removed from MDM 9.0, the latest MDM release.