In my website I have some pages which need to be cached on both server and client.
[OutputCache(Location= OutputCacheLocation.ServerAndClient, Duration=3600)]
But in the above attribute ServerAndClient
option simply says client or server not client and server.
Other options are not even close. Is there a way to make caching on both client and server?