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

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

Private Properties

Property Type Description

Public Methods

Method Description
GetOperation ( string key ) : System.Collections.Generic

Protected Methods

Method Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected method

protected Build ( ) : BinaryRequest
return BinaryRequest

GetOperation() public method

public GetOperation ( string key ) : System.Collections.Generic
key string
return System.Collections.Generic

ProcessResponse() protected method

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