C# 클래스 MindTouch.Clacks.Memcache.MemcacheClient

상속: IDisposable
파일 보기 프로젝트 열기: MindTouch/MindTouch.Clacks 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Get ( string key ) : KeyData
Gets ( IEnumerable keys ) : KeyData>.IDictionary
MemcacheClient ( IPEndPoint endPoint ) : System
Put ( string key, uint flags, System.TimeSpan ttl, byte data ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string key ) : KeyData
key string
리턴 KeyData

Gets() 공개 메소드

public Gets ( IEnumerable keys ) : KeyData>.IDictionary
keys IEnumerable
리턴 KeyData>.IDictionary

MemcacheClient() 공개 메소드

public MemcacheClient ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
리턴 System

Put() 공개 메소드

public Put ( string key, uint flags, System.TimeSpan ttl, byte data ) : void
key string
flags uint
ttl System.TimeSpan
data byte
리턴 void