C# Class Enyim.Caching.Memcached.Protocol.Binary.BinarySingleItemOperation

Inheritance: SingleItemOperation
Afficher le fichier Open project: couchbaselabs/EnyimMemcached

Méthodes protégées

Méthode Description
BinarySingleItemOperation ( string key ) : System
Build ( ) : BinaryRequest
GetBuffer ( ) : IList>
ProcessResponse ( BinaryResponse response ) : bool
ReadResponse ( PooledSocket socket ) : bool

Method Details

BinarySingleItemOperation() protected méthode

protected BinarySingleItemOperation ( string key ) : System
key string
Résultat System

Build() protected abstract méthode

protected abstract Build ( ) : BinaryRequest
Résultat BinaryRequest

GetBuffer() protected méthode

protected GetBuffer ( ) : IList>
Résultat IList>

ProcessResponse() protected abstract méthode

protected abstract ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
Résultat bool

ReadResponse() protected méthode

protected ReadResponse ( PooledSocket socket ) : bool
socket PooledSocket
Résultat bool