Class WriteOperation
WriteOperation is used with DSWriteOperation to get an operation to perform on cache
Inheritance
System.Object
WriteOperation
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class WriteOperation : object
Name | Description |
---|---|
WriteOperation(String, ProviderCacheItem, WriteOperationType, Int32) | WriteOperation constructor which takes key, ProviderCache WriteOperationType and retries count |
Name | Description |
---|---|
Key | Gets the key of cache item. |
MethodOverlaod | Which overload of the operation is been performed |
OperationType | Gets the type of Write operation. |
ProviderCacheItem | Gets/Sets the cache item. |
RetryCount | Specify number of retries in case of data source operation failure. |