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