We have a footer web part on our master page. The footer consists of about thirty or so links that the web part reads from a custom list. Since the links are displayed on every page, I'm considering using some type of caching. This gives me two questions:
Q 1: Is it worthwhile to let SharePoint cache these links?
Q 2: If so, how do I go about implementing this?
I would love to see some C# code doing this, but if this is too much trouble maybe a good link would be sufficient. I have of course googled this already, but since I'm not really sure what I'm looking for, I could use some help.