London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CacheEventNotifier

Inheritance
System.Object
CacheEventNotifier
Namespace: EPiServer.Data.Cache
Assembly: EPiServer.Data.Cache.dll
Version: 12.0.3
Syntax
public class CacheEventNotifier : Object, 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