You are here:
Connect APIs for Cache Management in Integration Procedures
See this table for a summary of Connect APIs to call Integration Procedures from Apex classes. Starting Summer ’25, replace the existing methods in the IntegrationProcedureService Apex classes with the Connect APIs.
| Purpose | Connect API | Existing Method (Replace with Connect API) |
|---|---|---|
| Clear org cache for an Integration Procedure. | ipKey: Specifies the Integration Procedure to invoke in Type_Subtype format. inputData: Specifies the input in the Map<string,object> format. Example: |
|
| Clear org cache with vlcCacheKeys | Example: |
|
| Clear session cache for an Integration Procedure | Example: |
|
| Clear session cache with vlcCacheKeys | Example: |
|
| Clear all cached data for an Integration Procedure | Example: |
|
| Clear metadata cache for an Integration Procedure | Example: |
|

