I've had quite a few goes at Googling an answer to this, but have been unable to find one that satisfies the question.
I'm using C# with web forms. I have many opportunities to cache pages such as Privacy, Terms etc, since they hardly ever change.
However, I'm unsure on the effect of javascript when combined with output caching. I understand about fragment caching, donut caching et al, but with Ajax, jQuery and now Polymer, this client side stuff isn't going anywhere.
So can output caching be used in tandem with client side technologies or has the facility to use output caching now disappeared forever?