A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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