Cache the Response from a service callout

shawkyfoda
Participant IV

Is It possible to Cache the Response from a Service Callout Policy (HTTP Type) ?

I need to fetch the renponse only once

1 4 706
4 REPLIES 4

You can use the LookupCache and PopulateCache policies. Source property of PopulateCache policy will be <variable-populated-by-servicecallout>.content.

Thank You... Do You have a real implementation sample ?

Populate Cache using the callout response from service callout