Add cache in minutes property to REST APIs
1035
Views
2
Comments
On our RadarOn our Radar
Backend

Allow outputs of REST APIs to be cached the same way SQL Query output can be cached.

Add a cache in minutes property to a REST API action.

Currently you have to create a regular action and call the REST API in that action. You can then cache that regular action.

See this post for more info.
https://www.outsystems.com/forums/discussion/18595/rest-caching/?utm_source=community&utm_medium=email&utm_campaign=forum-reply

It's strange that they did not put this in by default, and that it did not make it into P10.

I'm guessing there must be some weird reason for it.

2016-04-21 20-09-55
J.
 
MVP

why weird?


I am guessing most webservices are not called often with the same parameters ?

if that is the case, it's better to cache it on the other side, because you still have "network" to deal with