Can I populate 100 entries at one go in a Cache Resource?

Not applicable

I have a use case wherein I want to Update the cache with 100 entries at one go. Is this possible and is there scheduler mechanism in apigee which can run and perform the desired task

1 2 115
2 REPLIES 2

@Manisha.Rathore4 the only way I can think of is use node.js, loop through the items and use apigee volos libraries to write to cache.

Documentation here: http://apigee.com/docs/api-services/content/access-cache-nodejs

Thanks @Ozan Seymen . Will try the suggested approach.