C# Class Enyim.Caching.Memcached.Protocol.Binary.MutatorOperation

Inheritance: BinarySingleItemOperation, IMutatorOperation
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Public Methods

Method Description
MutatorOperation ( MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires ) : System

Protected Methods

Method Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool
UpdateExtra ( BinaryRequest request ) : void

Method Details

Build() protected method

protected Build ( ) : BinaryRequest
return BinaryRequest

MutatorOperation() public method

public MutatorOperation ( MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires ) : System
mode MutationMode
key string
defaultValue ulong
delta ulong
expires uint
return System

ProcessResponse() protected method

protected ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
return bool

UpdateExtra() protected method

protected UpdateExtra ( BinaryRequest request ) : void
request BinaryRequest
return void