How can achieve the caching in Neutrinos SSD?

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…

@Sam @Shamnad_KS @Simphiwe

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

The Cache-Control, Does it send through frontend http request node?

Hello @GeethaNagarajan ,
You can use the http out node for this