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

Creates a dependency that is notified when the portlet changes to invalidate the related cache item
Inheritance: System.Web.Caching.CacheDependency
Mostrar archivo Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
_eventSync object

Public Methods

Method Description
FireChanged ( string portletId ) : void
NotifyChange ( string portletId ) : void
PortletDependency ( string portletId ) : System

Protected Methods

Method Description
DependencyDispose ( ) : void

Private Methods

Method Description
PortletDependency_Changed ( object sender, EventArgs e ) : void

Method Details

DependencyDispose() protected method

protected DependencyDispose ( ) : void
return void

FireChanged() public static method

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

NotifyChange() public static method

public static NotifyChange ( string portletId ) : void
portletId string
return void

PortletDependency() public method

public PortletDependency ( string portletId ) : System
portletId string
return System

Property Details

_eventSync public_oe static_oe property

public static object _eventSync
return object