How do you enable caching for the RSS control? Well, in the RssDisplay.ascx, add the following line after the <%@ Page%>declaration:
<%@ OutputCache Duration="1200" VaryByParam="none"%>
This will cache the output (and therefore, the webrequest to the rss feed) for 20 minutes...