Enum WriteMode
Enumeration that defines the update operation on cache can update data source.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum WriteMode : byte
Fields
Name | Description |
---|---|
None | Does not update data source. |
WriteBehind | Updates data source asynchronously. |
WriteThru | Updates data source synchronously. |