Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CacheEventNotifier

Inheritance
System.Object
CacheEventNotifier
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Cache
Assembly: EPiServer.Data.Cache.dll
Version: 11.20.7
Syntax
public class CacheEventNotifier : IExternalCacheHandler

Constructors

CacheEventNotifier()

Declaration
public CacheEventNotifier()

Fields

CacheEventNotifier_EventId

Declaration
public static readonly Guid CacheEventNotifier_EventId
Field Value
Type Description
System.Guid

Methods

Send(CacheChangedEventArgs)

Declaration
public void Send(CacheChangedEventArgs eventData)
Parameters
Type Name Description
CacheChangedEventArgs eventData

Events

CacheChanged

Declaration
public event EventHandler<CacheChangedEventArgs> CacheChanged
Event Type
Type Description
System.EventHandler<CacheChangedEventArgs>

Implements

Extension Methods