caching multiple key value pairs

Hello, with NodeJS no longer being supported by APigee and it being decommissioned what is the recommended solution to cache multiple key value pairs  in an API?

The cache policy  can only cache 1 set of key value pairs at a time. We need to be able to cache multiple key value pairs. 

Is it possible to invoke a shared flow in a loop ?

 

0 2 452
2 REPLIES 2

Just use JSON object to cache & retrieve..

old ref -> https://www.googlecloudcommunity.com/gc/Apigee/Cache-JSON-Array-with-keys/td-p/45631

 

The cache policy  can only cache 1 set of key value pairs at a time. We need to be able to cache multiple key value pairs.
Is it possible to invoke a shared flow in a loop ?

No, it is not possible.

The best solution is to use a composite object - like the suggestion from API-Evangelist!