C# Class Enyim.Caching.Memcached.CacheItem

Represents an object either being retrieved from the cache or being sent to the cache.
ファイルを表示 Open project: xianrendzw/LightFramework.Net Class Usage Examples

Public Methods

Method Description
CacheItem ( ushort flags, ArraySegment data ) : System

Initializes a new instance of T:CacheItem.

Method Details

CacheItem() public method

Initializes a new instance of T:CacheItem.
public CacheItem ( ushort flags, ArraySegment data ) : System
flags ushort Custom item data.
data ArraySegment The serialized item.
return System