Are RSS Feeds Cached? By default all RSS Feeds are cached for 120 minutes (2 hours). This is a setting that you can override by adding the following keys to the web.config file. The value is set in minutes. The following example will cache each feed for four hours. <add key="CSP_RSSCacheDuration" value="240" />
Are RSS Feeds Cached?
By default all RSS Feeds are cached for 120 minutes (2 hours). This is a setting that you can override by adding the following keys to the web.config file. The value is set in minutes. The following example will cache each feed for four hours.
<add key="CSP_RSSCacheDuration" value="240" />