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

Inheritance: MultiItemOperation
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
BinaryMultiItemOperation ( IList keys ) : System

Protected Methods

Method Description
Build ( string key ) : BinaryRequest
GetBuffer ( ) : IList>

Method Details

BinaryMultiItemOperation() public method

public BinaryMultiItemOperation ( IList keys ) : System
keys IList
return System

Build() protected abstract method

protected abstract Build ( string key ) : BinaryRequest
key string
return BinaryRequest

GetBuffer() protected method

protected GetBuffer ( ) : IList>
return IList>