Class TypeOfEventAction
Represents the different options used for cache notifications
Inheritance
System.Object
TypeOfEventAction
Namespace: EPiServer.Data.Cache
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public sealed class TypeOfEventAction : Enum
Fields
Clear
Cache should be cleared
Declaration
public const TypeOfEventAction Clear
Field Value
Type | Description |
---|---|
TypeOfEventAction |
ClearStore
Items associated with given store should be removed
Declaration
public const TypeOfEventAction ClearStore
Field Value
Type | Description |
---|---|
TypeOfEventAction |
Remove
Items should be removed from cache
Declaration
public const TypeOfEventAction Remove
Field Value
Type | Description |
---|---|
TypeOfEventAction |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |