You are here:
Configure Top-Level Caching for an Integration Procedure
To configure top-level caching for an Integration Procedure, go to the Procedure Configuration and set the Salesforce Platform Cache Type and Time To Live In Minutes properties.
- Go to the Integration Procedure configuration page.
-
In the Cache Configuration section, set the Salesforce Platform Cache
Type to one of these:
-
Blank — 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.

Behind this drop-down is the IsCacheable__c picklist.
-
-
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.
Top-level caching overrides Cache Block caching for the duration of the top-level Time To Live In Minutes value. Top-level and Cache Block data is cleared when the Integration Procedure is deactivated regardless of this value.
-
- Click Activate Version. Top-level caching occurs only if the Integration Procedure is active.

