C# 클래스 Enyim.Caching.Configuration.MemcachedClientConfiguration

COnfiguration class
상속: IMemcachedClientConfiguration
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IMemcachedClientConfiguration IMemcachedKeyTransformer
IMemcachedClientConfiguration IMemcachedNodeLocator
IMemcachedClientConfiguration IPerformanceMonitor
IMemcachedClientConfiguration IServerPool
IMemcachedClientConfiguration ITranscoder

공개 메소드들

메소드 설명
AddServer ( string address ) : void

Adds a new server to the sockIOPool.

AddServer ( string host, int port ) : void

Adds a new server to the sockIOPool.

MemcachedClientConfiguration ( ) : System

Initializes a new instance of the T:MemcachedClientConfiguration class.

비공개 메소드들

메소드 설명
IMemcachedClientConfiguration ( ) : IMemcachedKeyTransformer
IMemcachedClientConfiguration ( ) : IMemcachedNodeLocator
IMemcachedClientConfiguration ( ) : IPerformanceMonitor
IMemcachedClientConfiguration ( ) : IServerPool
IMemcachedClientConfiguration ( ) : ITranscoder

메소드 상세

AddServer() 공개 메소드

Adds a new server to the sockIOPool.
public AddServer ( string address ) : void
address string The address and the port of the server in the format 'host:port'.
리턴 void

AddServer() 공개 메소드

Adds a new server to the sockIOPool.
public AddServer ( string host, int port ) : void
host string
port int The port number of the memcached instance.
리턴 void

MemcachedClientConfiguration() 공개 메소드

Initializes a new instance of the T:MemcachedClientConfiguration class.
public MemcachedClientConfiguration ( ) : System
리턴 System