Namespace Alachisoft.NCache.Runtime.DatasourceProviders
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
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.
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