C# 클래스 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)

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들