Hi @Sam,
In Neutrinos SSD, How can achieve the Caching?
Caching in Neutrinos SSD can be implemented through the Service Designer by enabling Data Caching for specific APIs or services.
1 Like
Hello @Noxolo_Mnguni, Great to hear, How to enable it? Can you explain bit elaborately please…
Hello @GeethaNagarajan ,
You can use the Cache-Control header in the HTTP response to enable caching. You can attach it in the response headers.
you can go through this doc for a better understanding-Cache-Control header - HTTP | MDN
This will help you understand how caching works and how to configure it properly.
1 Like
Hello @GeethaNagarajan ,
You can use the http out node for this
