C# Class Subtext.Framework.Syndication.CachedFeed

The CachedFeed is a cacheable container for our rss feed(s). Instead of requesting the cache data, processing it, and creating an XML document on each request, we will store the actual Rss document as a cached string. Generally, it will be returned to the client by calling Response.Write(feed.Xml)

Afficher le fichier Open project: ayende/Subtext Class Usage Examples