C# Class Enyim.Caching.Memcached.Protocol.Text.StoreOperationBase

Inheritance: SingleItemOperation
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes protégées

Méthode Description
GetBuffer ( ) : System.Collections.Generic.IList>
ReadResponse ( PooledSocket socket ) : bool

Private Methods

Méthode Description
StoreOperationBase ( StoreCommand mode, string key, CacheItem value, uint expires, ulong cas ) : System

Method Details

GetBuffer() protected méthode

protected GetBuffer ( ) : System.Collections.Generic.IList>
Résultat System.Collections.Generic.IList>

ReadResponse() protected méthode

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