matt.barry-stockhouse
-
1/31/2013 11:50:00 AM
Question about partial caching
I have a repeater web-part in the footer of my master page that renders a few links. In order to speed things up, I've turned on partial caching. I set the "Partial cache minutes" field to 10 and set up the "Partial cache dependencies" field using the "node|<sitename>|<aliaspath>|childnodes" syntax.
When I debug the site, I can see that the partial cache is working. However if I navigate to a different page or log in as a different user, the cache does not get used, even though the content is the same.
Is there any way to re-use a partial cache between users and pages? Should I be using a content cache instead?
|