Google News
logo
Rest API - Interview Questions
Explain caching in Rest API.
Caching is used for network optimization by reducing the load on servers. It is the ability to store copies of frequently accessed data. Get Requests are by default cacheable, however, Post can be made cacheable.
Advertisement