C# Class Couchbase.VBucketAwareOperationFactory.VBMget
Mostra file
Open project: e-travel/couchbase-net-client
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 |
|