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

Show file Open project: xianrendzw/LightFramework.Net Class Usage Examples

Public Properties

Property Type Description
CasValue ulong
Item CacheItem
Key string

Public Methods

Method Description
GetResponse ( string key, ushort flags, ulong casValue, byte data ) : System
GetResponse ( string key, ushort flags, ulong casValue, byte data, int offset, int count ) : System

Private Methods

Method Description
GetResponse ( ) : System

Method Details

GetResponse() public method

public GetResponse ( string key, ushort flags, ulong casValue, byte data ) : System
key string
flags ushort
casValue ulong
data byte
return System

GetResponse() public method

public GetResponse ( string key, ushort flags, ulong casValue, byte data, int offset, int count ) : System
key string
flags ushort
casValue ulong
data byte
offset int
count int
return System

Property Details

CasValue public property

public ulong CasValue
return ulong

Item public property

public CacheItem Item
return CacheItem

Key public property

public string Key
return string