Cache Location specification - Caching pages and data
Q. How will you specifying the Cache Location?- Published on 24 Jul 15a. You can use browser settings to specify where a page is cached.
b. You can use the Location attribute of the <%@ OutputCache %> directive to specify where a page is cached.
c. You can use the Location attribute in QueryString to specify where a page is cached.
d. None of the above.
ANSWER: You can use the Location attribute of the <%@ OutputCache %> directive to specify where a page is cached.