C# 클래스 Enyim.Caching.Memcached.CacheItem

Represents an object either being retrieved from the cache or being sent to the cache.
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

공개 메소드들

메소드 설명
CacheItem ( ushort flags, ArraySegment data ) : System

Initializes a new instance of T:CacheItem.

메소드 상세

CacheItem() 공개 메소드

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