C# 클래스 Enyim.Membase.VBucketAwareOperationFactory.VBStore

상속: StoreOperation, IOperationWithState
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
VBStore ( VBucketNodeLocator locator, StoreMode mode, string key, CacheItem value, uint expires ) : System

보호된 메소드들

메소드 설명
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

메소드 상세

Build() 보호된 메소드

protected Build ( ) : BinaryRequest
리턴 Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest

ProcessResponse() 보호된 메소드

protected ProcessResponse ( BinaryResponse response ) : bool
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
리턴 bool

VBStore() 공개 메소드

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
리턴 System