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

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

Public Methods

Method Description
DeleteOperation ( 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

DeleteOperation() public method

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

ProcessResponse() protected method

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