C# Class Enyim.Membase.VBucketAwareOperationFactory.VBMget
ファイルを表示
Open project: xianrendzw/LightFramework.Net
Public Methods
Method |
Description |
|
VBMget ( VBucketNodeLocator locator, IList keys ) : System |
|
|
Protected Methods
Method |
Description |
|
Build ( string key ) : BinaryRequest |
|
|
Method Details
protected Build ( string key ) : BinaryRequest |
key |
string |
|
return |
Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest |
|
public VBMget ( VBucketNodeLocator locator, IList keys ) : System |
locator |
Enyim.Caching.Memcached.VBucketNodeLocator |
|
keys |
IList |
|
return |
System |
|