Namespace Alachisoft.NCache.Runtime.DatasourceProviders
Classes
DataTypeWriteOperation
This class contains operations to be performed on the created collection.
OperationResult
OperationResult contains the result of the operation that is manipulated after the Read/WriteThru Provider.
WriteOperation
WriteOperation is used with the DSWriteOperation to get an operation to perform on the 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 operation types in the write behind.