C# 클래스 Enyim.Caching.Memcached.Protocol.Binary.BinarySingleItemOperation

상속: SingleItemOperation
파일 보기 프로젝트 열기: couchbaselabs/EnyimMemcached

보호된 메소드들

메소드 설명
BinarySingleItemOperation ( string key ) : System
Build ( ) : BinaryRequest
GetBuffer ( ) : IList>
ProcessResponse ( BinaryResponse response ) : bool
ReadResponse ( PooledSocket socket ) : bool

메소드 상세

BinarySingleItemOperation() 보호된 메소드

protected BinarySingleItemOperation ( string key ) : System
key string
리턴 System

Build() 보호된 추상적인 메소드

protected abstract Build ( ) : BinaryRequest
리턴 BinaryRequest

GetBuffer() 보호된 메소드

protected GetBuffer ( ) : IList>
리턴 IList>

ProcessResponse() 보호된 추상적인 메소드

protected abstract ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
리턴 bool

ReadResponse() 보호된 메소드

protected ReadResponse ( PooledSocket socket ) : bool
socket PooledSocket
리턴 bool