C# Class Tridion.Extensions.DynamicDelivery.Mvc.Caching.SitemapCacheDependency

Inheritance: System.Web.Caching.CacheDependency
ファイルを表示 Open project: rainmaker2k/TridionMVCDotNet

Public Methods

Method Description
SitemapCacheDependency ( int pollTime, string sitemapUrlPath ) : System

Protected Methods

Method Description
DependencyDispose ( ) : void

Private Methods

Method Description
CheckDependencyCallback ( object sender ) : void

Method Details

DependencyDispose() protected method

protected DependencyDispose ( ) : void
return void

SitemapCacheDependency() public method

public SitemapCacheDependency ( int pollTime, string sitemapUrlPath ) : System
pollTime int
sitemapUrlPath string
return System