mojoPortal Blog RSS feed Cache duration issues

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
6/16/2009 3:59:22 PM
Gravatar
Total Posts 1

mojoPortal Blog RSS feed Cache duration issues

We're using a Feed Manager to display aggregate listings of some of the blogs inside of our portal on the main landing page. 

The RSS Feeds for the various mojoPortal blogs appear to be cached and are updating at about 30 minute intervals or so.  During our development we need to turn this caching off or at least reduce it to just a few minutes so the designer can see changes in feed content without having to wait for the cache to expire and refresh.

How can I control the RSS feed cache for the mojoPortal blog RSS feeds?

-Scott

6/17/2009 6:10:29 AM
Gravatar
Total Posts 18439

Re: mojoPortal Blog RSS feed Cache duration issues

Hi Scott,

You could edit the file /FeedManager/FeedAggregate.aspx and comment out the output cache during development

<%@ OutputCache Duration="600" VaryByParam="mid;" %>

Note that the VaryByParam was missing in the current release version but is correected in the latest code and coming release.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.