RssFeed Documented Class Library

RssFeed.CacheDuration Property

Indicates the number of minutes the RSS syndication feed is cached.

public virtual int CacheDuration {get; set;}

Remarks

A value of 0 indicates that no caching should be performed. The default value is 60.

The RSS feed is cached using the in-memory ASP.NET data cache. Therefore, the RSS feed might exist in the cache for a time period less than specified due to scavenging or Web server restarts.

Exceptions

Exception TypeCondition
ArgumentExceptionRaised if a CacheDuration value less than 0 is entered.

See Also

RssFeed Class | skmRss Namespace