How will you specify the Cache Location?
1.You can use browser settings to specify where a page is cached.
2.You can use the Location attribute of the <%@ OutputCache %> directive to specify where a page is cached.
3.You can use the Location attribute in QueryString to specify where a page is cached.
4.None of the above.