How can achieve the caching in Neutrinos SSD?

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