You are here:
Configure Caching for a Data Mapper
To configure top-level caching for a Data Mapper, go to the Procedure Configuration and set the Salesforce Platform Cache Type and Time To Live In Minutes properties.
- Go to the Data Mapper configuration page and click Options.
-
Set the Salesforce Platform Cache Type to one of these:
-
None — For no caching
NoteDo not cache when working with confidential or regulated information unless security settings are enforced.
-
Session Cache — For data related to users and their login sessions
-
Org Cache — For all other types of data
ImportantUse Org Cache only for non-sensitive data.
-
-
Specify a value for Time To Live In Minutes. This setting determines
how long data remains in the cache. The minimum value is 5. Default and maximum values depend
on the cache type:
-
Session Cache — The default value is 5. The maximum value is 480, equivalent to 8 hours. The cache is cleared when the user's session expires regardless of this value.
-
Org Cache — The default value is 1440, equivalent to 24 hours. The maximum value is 2880, equivalent to 48 hours.
-
- Configure field-level security to check the user's access permissions for the fields before executing the Data Mapper. Selecting this option disables the Org Cache, but not the Session Cache.
- To include null values in the Data Mapper response, select Overwrite target for all null inputs.
- Save your changes.
- To observe the effects of caching when testing the Data Mapper, deselect Ignore Cache.

