Web Cache (Proxy Server)

- Respond as an intermediary with pre-stored data, even without the origin server.
- Reduce response time and traffic for client requests, and effectively deliver data.
- There is also a Conditional GET method, which checks if the cache server's data is up-to-date (i.e., in the same state as the origin server) before retrieving it (using the if-modified-since header).