Class NotifyExtensibleDependency
NotifyExtensibleDependency is for notification based dependencies in NCache.
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public abstract class NotifyExtensibleDependency : ExtensibleDependency
Fields
Name | Description |
---|---|
DependencyChanged | This is used to register the event of dependency change, and will remove dependent items from cache. |
Properties
Name | Description |
---|---|
HasChanged | This property is used to determine whether dependency has been triggered or not by checking the data. The property returns the flag to show if the dependency has been triggered or not. |