Slide 6
Slide 6 text
z What Are Cache Keys?
Whenever a cache receives a request for a resource, it has to check if it has
the same copy to reply with or whether it has to forward to respective
servers.
As this is quite tricky, few components of the HTTP request are used as an
identity to do so, called the cache-keys.
If the cache key of an incoming request matches the key of a previous
request, then the cache considers them to be equivalent.