Ledouble - Hello, I haven't found any documenta...
Hello, I haven't found any documentation on the cahe time of the Return node... What is it for and how can I use it?
Solution
You can give the cache time value which is in seconds, and it will set the cache time in response header and you can use this in your frontend (client) side only which runs on browser. https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching
MDN Web Docs
The HTTP cache stores a response associated with a request and reuses the stored response for subsequent requests.

