C# 클래스 NMemcached.Model.CachedItem

파일 보기 프로젝트 열기: hibernating-rhinos/NMemcached 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExpiresAt System.DateTime
Flags uint
Key string
Timestamp long

프로퍼티 상세

ExpiresAt 공개적으로 프로퍼티

We need this here not becuase we don't trust the cache expiry, but because we need to support flush_all ability to set a date for all items to expire at.
public DateTime,System ExpiresAt
리턴 System.DateTime

Flags 공개적으로 프로퍼티

public uint Flags
리턴 uint

Key 공개적으로 프로퍼티

public string Key
리턴 string

Timestamp 공개적으로 프로퍼티

public long Timestamp
리턴 long