The developer notices that the Digital Commerce APIs are returning incorrect or no results.
Which cache should the developer refresh?
A. CPQPartition cache
B. CachedAPHtesponse cache
C. VlodtyMetadata cache
D. VlocityAPIResponse cache
D. VlocityAPIResponse cache
Explanation:
In Salesforce Industries (Vlocity) CPQ, the Digital Commerce APIs rely on the VlocityAPIResponse cache to store and retrieve responses for performance optimization. If APIs return incorrect or missing data:
Refresh the VlocityAPIResponse cache to force the system to:
Rebuild API response data from the latest source (e.g., updated products, prices).
Clear stale or corrupted entries causing errors.
How to Refresh:
Run the "Regenerate Cached API Records" job (or equivalent cache-clearing tool).
Why Other Options Are Incorrect?
A. CPQPartition cache → Manages pricing partitions, not API responses.
B. CachedAPIResponse cache → Doesn’t exist (typo in the option; likely refers to VlocityAPIResponse).
C. VlocityMetadata cache → Stores metadata (e.g., templates, rules), not API payloads.