Class FailureRecoveryAction
The various options for handling cache synchronization failures
Inheritance
System.Object
FailureRecoveryAction
Namespace: EPiServer.Framework.Cache
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class FailureRecoveryAction : Enum
Fields
ClearAll
Clear the entire cache if cache synchronization failures has been detected.
Declaration
public const FailureRecoveryAction ClearAll
Field Value
Type | Description |
---|---|
FailureRecoveryAction |
None
Ignore cache synchronization failures and continue as if nothing has happened.
Declaration
public const FailureRecoveryAction None
Field Value
Type | Description |
---|---|
FailureRecoveryAction |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |