A per-operator Cisco API response is marked Cache-Control: private. Which reuse policy is correct?
Select an answer to reveal the explanation.
Short Explanation
A private locker is not the staff break-room fridge. private means only the intended client may reuse that body; public is the permission for a shared cache when the data is actually shareable.
Full Explanation
The private directive marks a response as reusable only by the end client it was generated for. Putting that body in a process-wide or shared cache exposed to other users violates the control. public permits shared-cache reuse, and only when the representation is truly shareable.