Class RuntimeCacheEvents
Handles event notifications between EPiServer Runtime and a site
Inheritance
System.Object
RuntimeCacheEvents
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.MirroringService.Cache
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0Syntax
public class RuntimeCacheEvents
Constructors
RuntimeCacheEvents()
Declaration
public RuntimeCacheEvents()
Fields
BlockedCacheEventId
The signature for the event that is sent when a original event in runtime was raised but blocked.
Declaration
public static readonly Guid BlockedCacheEventId
Field Value
Type | Description |
---|---|
System.Guid |
FlushStoredCacheEventId
The signature for the event that is sent when all previously blocked events should be handled
Declaration
public static readonly Guid FlushStoredCacheEventId
Field Value
Type | Description |
---|---|
System.Guid |
RuntimeCacheEventsRaiserId
The id of the raiser of the blocked events
Declaration
public static readonly Guid RuntimeCacheEventsRaiserId
Field Value
Type | Description |
---|---|
System.Guid |
Methods
Initialize()
Sets up listening for blocked event notifications
Declaration
public static void Initialize()