I have a user control, basically a banner that becomes the header of my pages.
I have been reading about fragment caching and was wondering if it is a good idea to set the Shared property to True in the OutputCache page directive.
It's supposed to cache a single response for use on multiple web forms instead of caching each web form that contains it. Is this more efficient?
I have been reading about fragment caching and was wondering if it is a good idea to set the Shared property to True in the OutputCache page directive.
It's supposed to cache a single response for use on multiple web forms instead of caching each web form that contains it. Is this more efficient?