• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Enum WriteMode

Enumeration that defines the update operation on cache can update data source.

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.

Back to top Copyright © 2017 Alachisoft