Enum DSWriteOption
Enumeration that defines the update operation on cache can update data source
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public enum DSWriteOption
Name | Description |
---|---|
None | Do not update data source |
WriteBehind | Update data source asynchronously |
WriteThru | Update data source synchronously |