can we cache more then 2 mb data

Not applicable

We have a json object which is around 2MB.

Can we cache the resposne for the same ?

Also can we process the response at apigee end and send only the processed content to source.

0 1 292
1 REPLY 1

Yes, you can cache more than 2MB of data.

No, you cannot create a single element that is 2MB. the PopulateCache doc says that the limit per element is 512kb.

Yes, you can retrieve from cache and then post-process that and return only a subset of what you have retrieved. This is what the LookupCache policy is for.