Namespace Alachisoft.NCache.Runtime.DatasourceProviders
Classes
DataTypeWriteOperation
Operation for operations on created collection
OperationResult
OperationResult contains the result of the operation that is manipulated after the Read/WriteThru Provider
WriteOperation
WriteOperation is used with DSWriteOperation to get an operation to perform on cache.
WriteOperationBase
Base class of the write operation.
Interfaces
IReadThruProvider
Contains methods used to read an object by its key from the master data source. Must be implemented by read-through components.
IWriteThruProvider
Contains methods used to save/update an object to the master data source. Must be implemented by write-through components.
Enums
DatastructureOperationType
Enumeration that defines the operation on the data type.
OperationResult.Status
Status contains the Operation Status flag that is either success/Failure/FailureRetry/FailureDontRemove
WriteOperationType
Used to log the operations type in Write behind.