Interface | Description |
---|---|
ReadThruProvider |
Contains methods used to read an object by its key from the master data source.
|
WriteThruProvider |
Contains methods used to save/update an object to the master data source.
|
Class | Description |
---|---|
DataStructureWriteOperation |
Operation for operations on created collection
|
OperationResult |
OperationResult contains the result of the operation that is manipulated after the Read/WriteThru Provider
|
ProviderCacheItem |
ProviderCacheItem is just like a CacheItem , but it has some limited fields.
|
ProviderDataStructureItem<TValue> |
ProviderDataStructureItem is just like a CacheItem , but it has some limited fields
|
ProviderItemBase |
ProviderCacheItem is just like a CacheItem , but it has some limited fields
|
WriteOperation |
WriteOperation is used with DSWriteOperation to get an operation to perform on cache.
|
WriteOperationBase |
Base class of the write operation.
|
Enum | Description |
---|---|
DataStructureOperationType |
Enumeration that defines the operation on the data type.
|
DistributedDataStructureType |
Enumeration that defines the type of the Data Structure.
|
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
|