set Cache-control header in RESTlet output
I want to be able to send a "Cache-Control: max-age=3600" header on some RESTlets. Is there a way to do this ? I am not interested in NetSuite's cache module or a CDN cache. I want to tell the application consuming a RESTlet that the output can be cached for a period of time. Is there any way to do this ?