C# Class SenseNet.ContentRepository.Storage.Caching.Dependency.PathDependency

Inheritance: System.Web.Caching.CacheDependency
Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
FireChanged ( string path ) : void
PathDependency ( string path ) : System

Protected Methods

Method Description
DependencyDispose ( ) : void

Private Methods

Method Description
FireChangedPrivate ( string path ) : void
PathDependency_SubtreeChanged ( object sender, EventArgs e ) : void

Method Details

DependencyDispose() protected method

protected DependencyDispose ( ) : void
return void

FireChanged() public static method

public static FireChanged ( string path ) : void
path string
return void

PathDependency() public method

public PathDependency ( string path ) : System
path string
return System