Interface IWriteThruProvider
Contains methods used to save/update an object to the master data source. Must be implemented by write-through components.
Namespace:
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. |