Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

what is the difference between response cache and populate cache ?

 
Solved Solved
1 5 3,191
1 ACCEPTED SOLUTION

anilsr
Former Googler

@puja khetan , Welcome to Apigee Community.

Basically, Response cache policy caches entire response payload & it is attached twice in API Proxy flow in request & response. First time in response it gets executed & caches the data. Once it's cached, Further requests will be handled in request flow where it returns the response data directly from Apigee instead of hitting the target server.

Populate cache policy is used to selectively populate part of response or certain information into Apigee Cache. You will retrieve the cached data using Lookup cache policy.

Hope it helps.

View solution in original post

5 REPLIES 5