C# Class Enyim.Membase.VBucketAwareOperationFactory.VBStore

Inheritance: StoreOperation, IOperationWithState
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VBStore ( VBucketNodeLocator locator, StoreMode mode, string key, CacheItem value, uint expires ) : System

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected méthode

protected Build ( ) : BinaryRequest
Résultat Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest

ProcessResponse() protected méthode

protected ProcessResponse ( BinaryResponse response ) : bool
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
Résultat bool

VBStore() public méthode

public VBStore ( VBucketNodeLocator locator, StoreMode mode, string key, CacheItem value, uint expires ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
mode StoreMode
key string
value Enyim.Caching.Memcached.CacheItem
expires uint
Résultat System