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

Interface IWriteThruProvider

Contains methods used to save/update an object to the master data source. User must implement their own write-thru provder, based on their particular requirements.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IWriteThruProvider

Methods

Name Description
Dispose()

Perform tasks associated with freeing, releasing, or resetting resources.

Init(IDictionary, String)

Perform tasks like allocating resources or acquiring connections etc.

WriteToDataSource(WriteOperation)

Responsible for atomic write operations on data source.

WriteToDataSource(ICollection<DataTypeWriteOperation>)

When collection is created or removed as bulk data source will be notified with this method.

WriteToDataSource(ICollection<WriteOperation>)

Responsible for bulk write operations on data source.

Back to top Copyright © 2017 Alachisoft