Salesforce Decode
Salesforcedecode
Back to questions
OmniStudioIntermediatecachingperformance

Design Integration Procedure caching strategies

Real World Scenario

Reference data lookup IP called every OmniScript step slowing experience.

Expected Answer

• Platform cache integration in IP for static lookup tables • Custom object cache refreshed nightly for rate tables • Cache key includes locale product version • TTL aligned business tolerance stale data • Bypass cache admin flag troubleshooting • Monitor cache hit rate

Follow-Up Questions & Answers

Click to expand — each follow-up includes a direct, interview-ready answer

Main difference: use case and scale. Platform cache integration in IP for static lookup tables. Custom object cache refreshed nightly for rate tables. Pick based on your integration pattern and team capability. IP caching reference data is easy win—identify read-heavy steps in performance profile. Balance speed of delivery with maintainability.

Architect Perspective

IP caching reference data is easy win—identify read-heavy steps in performance profile.