HTTP Caching

HTTP Caching   HTTP Caching policy creates a caching space to store the response of different request. So if same request come then it will not go back to end system to retrieve the same information instead it will the response from caching. HTTP Caching policy is used for those APIs whose response will not…

Share this:
Read More

Cache Scope

Cache Scope   As the name suggests Cache scope is used to store or cache the result for frequently used request. Imagine a Product API GET method which can accept product # and provide product detail in response. API can fetch the product information from external Data Source which can be DB, File or any…

Share this:
Read More