Do most popular proxy servers cache the response data based on the Uri? Also, lets exclude HTTP Headers like Cache-Control, etc... and assume they have been set to public, max-age: xxxx s-maxage: yyyyy etc...
So .. assuming the proxy server says 'this resource needs to be cached' .. what is the 'key'? the Uri?
so if i have
- www.somedomain.com
- www.somedomain.com/foo
- www.somedomain.com/foo?
- www.somedomain.com/foo?a=1
- www.somedomain.com/foo?a=1&b=2
they are all separate cached items?