Package com.alachisoft.ncache.runtime.datasourceprovider
-
Interface Summary 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 Summary Class Description DataStructureWriteOperation Operation for operations on created collectionOperationResult OperationResult contains the result of the operation that is manipulated after the Read/WriteThru ProviderProviderCacheItem 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 fieldsProviderItemBase ProviderCacheItem is just like a CacheItem , but it has some limited fieldsWriteOperation WriteOperation is used with DSWriteOperation to get an operation to perform on cache.WriteOperationBase Base class of the write operation. -
Enum Summary 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/FailureDontRemoveWriteOperationType Used to log the operations type in Write behind