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

Inheritance: SingleItemOperation
Datei anzeigen Open project: xianrendzw/LightFramework.Net

Protected Methods

Method Description
GetBuffer ( ) : System.Collections.Generic.IList>
ReadResponse ( PooledSocket socket ) : bool

Private Methods

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

Method Details

GetBuffer() protected method

protected GetBuffer ( ) : System.Collections.Generic.IList>
return System.Collections.Generic.IList>

ReadResponse() protected method

protected ReadResponse ( PooledSocket socket ) : bool
socket PooledSocket
return bool