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
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
_eventSync object

Méthodes publiques

Méthode Description
FireChanged ( string portletId ) : void
NotifyChange ( string portletId ) : void
PortletDependency ( string portletId ) : System

Méthodes protégées

Méthode Description
DependencyDispose ( ) : void

Private Methods

Méthode Description
PortletDependency_Changed ( object sender, EventArgs e ) : void

Method Details

DependencyDispose() protected méthode

protected DependencyDispose ( ) : void
Résultat void

FireChanged() public static méthode

public static FireChanged ( string portletId ) : void
portletId string
Résultat void

NotifyChange() public static méthode

public static NotifyChange ( string portletId ) : void
portletId string
Résultat void

PortletDependency() public méthode

public PortletDependency ( string portletId ) : System
portletId string
Résultat System

Property Details

_eventSync public_oe static_oe property

public static object _eventSync
Résultat object