I'm looking through this documentation: Microsoft Documentation
What I read is that if response caching nostore attribute is set to true the server won't cache a response from that particular API endpoint. But what I'm wondering is what does it mean to Cache a response? I'm trying to figure out if this endpoint logs http request but is caching different then logging a request?
I'm trying to figure out if a webapp logs HTTP requests so I'm looking through my code but in the API I can only see that response caching nostore is set to true.
Some clarification would be great.