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

ファイルを表示 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_oe property

public ulong CasValue
return ulong

Item public_oe property

public CacheItem Item
return CacheItem

Key public_oe property

public string Key
return string