You can also set the cache mode for individual properties to disabled, using the cache-mode="disabled" attribute in a <property> tag:

<item-descriptor name="user" cache-mode="simple">
  <table name="dps_user">
    <property name="password" cache-mode="disabled">
  ...
  </table>
  ...

You can also set the property cache mode to inherit. This specifies that the default cache mode should be used. This value might be useful if a property’s cache mode has been set to disabled at one point in the CONFIGPATH and you want to enable the default cache mode for the property at a later point in the CONFIGPATH.

 
loading table of contents...